rt: Fix comment in <alloca.h>

Message ID b40c8ee5-25d1-14fe-72f5-e8d35f5bdf3c@jguk.org
State Superseded
Delegated to: Arjun Shankar
Headers
Series rt: Fix comment in <alloca.h> |

Commit Message

Jonny Grant Oct. 6, 2020, 8:33 p.m. UTC
  Hello
I removed the s, as there could only ever have been one definition before.

ChangeLog:

2020-10-06  Jonny Grant  <jg@jguk.org>

        * alloca.h: Fix comment
  

Patch

--- alloca.h.orig	2020-10-06 21:20:06.696412613 +0100
+++ alloca.h	2020-10-06 21:20:30.952969164 +0100
@@ -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.  */