summaryrefslogtreecommitdiff
path: root/src/include/utils/injection_point.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/utils/injection_point.h')
-rw-r--r--src/include/utils/injection_point.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/utils/injection_point.h b/src/include/utils/injection_point.h
index b4fc677c9b4..b1f06b25998 100644
--- a/src/include/utils/injection_point.h
+++ b/src/include/utils/injection_point.h
@@ -12,7 +12,7 @@
#define INJECTION_POINT_H
/*
- * Injections points require --enable-injection-points.
+ * Injection points require --enable-injection-points.
*/
#ifdef USE_INJECTION_POINTS
#define INJECTION_POINT_LOAD(name) InjectionPointLoad(name)