aboutsummaryrefslogtreecommitdiff
path: root/stdlib
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib')
-rw-r--r--stdlib/alloca.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/alloca.h b/stdlib/alloca.h
index bd44688..be91573 100644
--- a/stdlib/alloca.h
+++ b/stdlib/alloca.h
@@ -25,7 +25,7 @@
__BEGIN_DECLS
-/* Remove any previous definitions. */
+/* Remove any previous definition. */
#undef alloca
/* Allocate a block that will be freed when the calling function exits. */