stdlib: Fix comment in <alloca.h>

Message ID 600563bf-703b-6667-5a92-32d4dd7cb5d0@jguk.org
State Committed
Delegated to: Arjun Shankar
Headers
Series stdlib: Fix comment in <alloca.h> |

Commit Message

Jonny Grant Oct. 24, 2020, 11:01 p.m. UTC
  Hello
Please find attached patch created against latest git.

Regards, Jonny
  

Patch

From d698f203952840af75ee23a8e1593b19225cbe9b Mon Sep 17 00:00:00 2001
From: Jonny Grant <jg@jguk.org>
Date: Sun, 25 Oct 2020 00:00:06 +0100
Subject: [PATCH] Ammended a comment, removed the s

Signed-off-by: Jonny Grant <jg@jguk.org>
---
 stdlib/alloca.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.  */
-- 
2.25.1