summaryrefslogtreecommitdiff
path: root/ccan/compiler/compiler.h
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-10-11 22:04:00 +0200
committerJohn Titor <50095635+JohnRTitor@users.noreply.github.com>2024-05-29 09:22:09 +0530
commit18f9526c45e560df26dfadd5bdef7467aab6c0f7 (patch)
treebc75908d46ed16940f3e9bc8ffac5e5f1f188a30 /ccan/compiler/compiler.h
parentc36b96d4dc1167bb9d38ba5bd594854e99f1ba9b (diff)
treewide, docs: fix typos
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> [remove changes to libbcachefs/, linux/, include/, and raid/] Co-authored-by: Masum Reza <masumrezarock100@gmail.com> Signed-off-by: Masum Reza <masumrezarock100@gmail.com>
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.