X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=wrapper%2Fuuid.h;h=b85024f6906ee4f26975fef8ceacbd1ce3ea4312;hb=82e64e8bc14841ffebb350f811e907d17bc46946;hp=569ccab693b640ef52e5f4ec7aca94f6aa58a172;hpb=a864fb02d6918ad014596afef779c964e061c127;p=lttng-modules.git diff --git a/wrapper/uuid.h b/wrapper/uuid.h index 569ccab6..b85024f6 100644 --- a/wrapper/uuid.h +++ b/wrapper/uuid.h @@ -22,7 +22,7 @@ typedef struct { static inline void uuid_le_gen(uuid_le *u) { - genarate_random_uuid(u); + generate_random_uuid(u); } #endif