Module Name:    src
Committed By:   gutteridge
Date:           Sat Jun  8 01:07:44 UTC 2024

Modified Files:
        src/tools/gcc: Makefile

Log Message:
tools/gcc/Makefile: fix typo in comment


To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 src/tools/gcc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tools/gcc/Makefile
diff -u src/tools/gcc/Makefile:1.111 src/tools/gcc/Makefile:1.112
--- src/tools/gcc/Makefile:1.111	Thu Feb 22 02:47:26 2024
+++ src/tools/gcc/Makefile	Sat Jun  8 01:07:44 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.111 2024/02/22 02:47:26 mrg Exp $
+#	$NetBSD: Makefile,v 1.112 2024/06/08 01:07:44 gutteridge Exp $
 
 .include <bsd.hostinit.mk>
 
@@ -57,7 +57,7 @@ COMMON_CONFIGURE_ARGS+=	--enable-fix-cor
 COMMON_CONFIGURE_ARGS+=	--with-default-libstdcxx-abi=new
 .endif
 
-# We nabled isl support for GCC 12.  Move into normal segment when
+# We enabled isl support for GCC 12.  Move into normal segment when
 # removing GCC 10.
 .if ${HAVE_GCC} < 12
 ISL_CONFIGURE_ARGS+=	--without-isl

Reply via email to