From: Christophe Bedard Date: Wed, 8 Apr 2020 21:04:48 +0000 (-0400) Subject: Docs: fix comment typo in lttng-error.h X-Git-Tag: v2.13.0-rc1~658 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=d5ccf8fe07681e21d5cb19717d06554163abfaaa Docs: fix comment typo in lttng-error.h Signed-off-by: Christophe Bedard Signed-off-by: Jérémie Galarneau Change-Id: I735b60dd072d717e5f8ad4dd4420e37187e05de4 --- 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 */