summaryrefslogtreecommitdiff
path: root/src/lib/trace/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/trace/debug.h')
-rw-r--r--src/lib/trace/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/trace/debug.h b/src/lib/trace/debug.h
index 84a2867a6d..4ee14fab8d 100644
--- a/src/lib/trace/debug.h
+++ b/src/lib/trace/debug.h
@@ -20,7 +20,7 @@
/* Send every event to a debug log level. This is useful to debug new trace
* events without implementing them for a specific event tracing framework.
*
- * NOTE: arguments can't be used becaue there is no easy generic ways to learn
+ * NOTE: arguments can't be used because there is no easy generic ways to learn
* their type and amount. It is probably doable with massive C pre-processor
* trickery but this is meant to be simple. */