From d5ccf8fe07681e21d5cb19717d06554163abfaaa Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Wed, 8 Apr 2020 17:04:48 -0400 Subject: [PATCH 1/1] Docs: fix comment typo in lttng-error.h MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Christophe Bedard Signed-off-by: Jérémie Galarneau Change-Id: I735b60dd072d717e5f8ad4dd4420e37187e05de4 --- include/lttng/lttng-error.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lttng/lttng-error.h b/include/lttng/lttng-error.h index 38fe7837c..9170948a1 100644 --- a/include/lttng/lttng-error.h +++ b/include/lttng/lttng-error.h @@ -43,7 +43,7 @@ enum lttng_error_code { LTTNG_ERR_CONNECT_FAIL = 30, /* Unable to connect to unix socket */ LTTNG_ERR_SNAPSHOT_OUTPUT_EXIST = 31, /* Snapshot output already exists */ LTTNG_ERR_EPERM = 32, /* Permission denied */ - LTTNG_ERR_KERN_NA = 33, /* Kernel tracer unavalable */ + LTTNG_ERR_KERN_NA = 33, /* Kernel tracer unavailable */ LTTNG_ERR_KERN_VERSION = 34, /* Kernel tracer not compatible */ LTTNG_ERR_KERN_EVENT_EXIST = 35, /* Kernel event already exists */ LTTNG_ERR_KERN_SESS_FAIL = 36, /* Kernel create session failed */ -- 2.34.1