diff options
Diffstat (limited to 'stdlib/alloca.h')
-rw-r--r-- | stdlib/alloca.h | 2 |
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. */ |