Docs: fix comment typo in lttng-error.h
[lttng-tools.git] / include / lttng / lttng-error.h
index 38fe7837ca0019f178a219a000d242a4b50ea527..9170948a135016035ca4c5750813886138c826ce 100644 (file)
@@ -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 */
This page took 0.024223 seconds and 5 git commands to generate.