Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc.old/usr.bin/include Fix typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/9ef850554821
branches:  trunk
changeset: 826916:9ef850554821
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Oct 05 06:30:19 2017 +0000

description:
Fix typo in comment.

diffstat:

 external/gpl3/gcc.old/usr.bin/include/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 92e62cc12d7b -r 9ef850554821 external/gpl3/gcc.old/usr.bin/include/Makefile
--- a/external/gpl3/gcc.old/usr.bin/include/Makefile    Thu Oct 05 06:14:30 2017 +0000
+++ b/external/gpl3/gcc.old/usr.bin/include/Makefile    Thu Oct 05 06:30:19 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2017/10/04 23:43:23 christos Exp $
+#      $NetBSD: Makefile,v 1.7 2017/10/05 06:30:19 wiz Exp $
 
 .include "../Makefile.inc"
 
@@ -8,7 +8,7 @@
 
 INCS= ${G_EXTRA_HEADERS:T}
 
-# Part of the standard headers, the rest of wich we replace.
+# Part of the standard headers, the rest of which we replace.
 INCS+= stdatomic.h
 
 # XXX missed some how



Home | Main Index | Thread Index | Old Index