From: Mathieu Desnoyers Date: Fri, 24 Jun 2011 01:29:54 +0000 (-0400) Subject: Fix typo in uuid wrapper X-Git-Tag: v2.0-pre1~44 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;ds=sidebyside;h=82e64e8bc14841ffebb350f811e907d17bc46946;p=lttng-modules.git Fix typo in uuid wrapper Signed-off-by: Mathieu Desnoyers --- 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