Fix comment
[lttng-modules.git] / wrapper / uuid.h
index 569ccab693b640ef52e5f4ec7aca94f6aa58a172..b118b3652712247087e012db9469e5897cd34879 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _LTT_WRAPPER_UUID_H
-#define _LTT_WRAPPER_UUID_H
+#ifndef _LTTNG_WRAPPER_UUID_H
+#define _LTTNG_WRAPPER_UUID_H
 
 /*
  * Copyright (C) 2011 Mathieu Desnoyers (mathieu.desnoyers@efficios.com)
@@ -22,8 +22,8 @@ typedef struct {
 static inline
 void uuid_le_gen(uuid_le *u)
 {
-       genarate_random_uuid(u);
+       generate_random_uuid(u->b);
 }
 
 #endif
-#endif /* _LTT_WRAPPER_UUID_H */
+#endif /* _LTTNG_WRAPPER_UUID_H */
This page took 0.023853 seconds and 4 git commands to generate.