summaryrefslogtreecommitdiff
path: root/ccan/compiler/compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'ccan/compiler/compiler.h')
-rw-r--r--ccan/compiler/compiler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ccan/compiler/compiler.h b/ccan/compiler/compiler.h
index bce4f25a..bcfe32ee 100644
--- a/ccan/compiler/compiler.h
+++ b/ccan/compiler/compiler.h
@@ -97,7 +97,7 @@
* UNNEEDED - a variable/function may not be needed
*
* This suppresses warnings about unused variables or functions, but tells
- * the compiler that if it is unused it need not emit it into the source code.
+ * the compiler that if it is unused it needs not emit it into the source code.
*
* Example:
* // With some preprocessor options, this is unnecessary.