From 2ea6af7447f5f254450038870628dc50b8cf11ed Mon Sep 17 00:00:00 2001 From: Jonny Grant Date: Sat, 12 Dec 2020 01:16:22 +0100 Subject: Fix spelling and grammar in several comments --- stdlib/alloca.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdlib/alloca.h') 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. */ -- cgit 1.4.1