public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* rt: Fix comment in <alloca.h>
@ 2020-10-06 20:33 Jonny Grant
  0 siblings, 0 replies; only message in thread
From: Jonny Grant @ 2020-10-06 20:33 UTC (permalink / raw)
  To: libc-alpha

[-- Attachment #1: Type: text/plain, Size: 166 bytes --]

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

[-- Attachment #2: alloca.h.patch --]
[-- Type: text/x-patch, Size: 315 bytes --]

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-10-06 20:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-06 20:33 rt: Fix comment in <alloca.h> Jonny Grant

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).