X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Flttng-error.h;h=9170948a135016035ca4c5750813886138c826ce;hp=38fe7837ca0019f178a219a000d242a4b50ea527;hb=d5ccf8fe07681e21d5cb19717d06554163abfaaa;hpb=733c916573fb96d14ff36cc0a034c5b1ef7ef167 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 */