More compile fixes
[lttng-ust.git] / include / lttng / ust-events.h
index 1c7140ff69ef528baf148af2fab14c0faeb5bbf1..63162948d67563028a130ba1c833075f6b5b9d21 100644 (file)
@@ -156,7 +156,7 @@ struct lttng_enum {
        const char *name;
        struct lttng_type container_type;
        const struct lttng_enum_entry *entries;
-       nsigned int len;
+       unsigned int len;
 };
 
 /* Event field description */
This page took 0.022718 seconds and 4 git commands to generate.