about summary refs log tree commit diff
path: root/stdlib/alloca.h
diff options
context:
space:
mode:
authorJonny Grant <jg@jguk.org>2020-12-12 01:16:22 +0100
committerArjun Shankar <arjun@redhat.com>2020-12-12 01:16:56 +0100
commit2ea6af7447f5f254450038870628dc50b8cf11ed (patch)
tree779e2c389232ecf3d3b80a7da5f7c91faecbb55a /stdlib/alloca.h
parent0e00b35704e67c499c3abfbd5b6224a13d38b012 (diff)
downloadglibc-2ea6af7447f5f254450038870628dc50b8cf11ed.tar.gz
glibc-2ea6af7447f5f254450038870628dc50b8cf11ed.tar.xz
glibc-2ea6af7447f5f254450038870628dc50b8cf11ed.zip
Fix spelling and grammar in several comments
Diffstat (limited to 'stdlib/alloca.h')
-rw-r--r--stdlib/alloca.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/alloca.h b/stdlib/alloca.h
index bd44688720..be915737c6 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.  */