Fix: header inclusion guard typo in lttng-ust-tracef-provider.h
authorGerlando Falauto <gerlando.falauto@keymile.com>
Tue, 3 Jun 2014 08:01:58 +0000 (10:01 +0200)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 5 Jun 2014 17:14:00 +0000 (13:14 -0400)
Fix typo potentially allowing for multiple inclusions.

Signed-off-by: Gerlando Falauto <gerlando.falauto@keymile.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust/lttng-ust-tracef-provider.h

index b759191d41a482da2bb0575b6a64c102457010f3..1e3288843f65a9e2e86816abbdc4adf350a2f1b4 100644 (file)
@@ -2,7 +2,7 @@
 #define TRACEPOINT_PROVIDER lttng_ust_tracef
 
 #if !defined(_TRACEPOINT_LTTNG_UST_TRACEF_PROVIDER_H) || defined(TRACEPOINT_HEADER_MULTI_READ)
-#define _TRACEPOINT_LTTNG_UST_TRACEF_PROVIER_H
+#define _TRACEPOINT_LTTNG_UST_TRACEF_PROVIDER_H
 
 /*
  * Copyright (C) 2011-2014  Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
This page took 0.026572 seconds and 4 git commands to generate.