From: Niki Roo Date: Tue, 8 Mar 2022 07:24:09 +0000 (+0100) Subject: typo in comment X-Git-Url: http://git.nikiroo.be/?a=commitdiff_plain;h=8f44ebe5b66d1cb73db8d4ae9982000c90b27533;p=nsub.git typo in comment --- diff --git a/src/nsub.d b/src/nsub.d index e6b7ef4..a76b265 100644 --- a/src/nsub.d +++ b/src/nsub.d @@ -1,4 +1,4 @@ -# Note: 99+ required for-loop initial declaration (CentOS 6) +# Note: 99+ required for for-loop initial declaration (CentOS 6) CFLAGS += -Wall -pedantic -I./ -std=c99 CXXFLAGS += -Wall -pedantic -I./ diff --git a/src/tests.d b/src/tests.d index 252cc66..97a38c3 100644 --- a/src/tests.d +++ b/src/tests.d @@ -1,4 +1,4 @@ -# Note: 99+ required for-loop initial declaration (CentOS 6) +# Note: 99+ required for for-loop initial declaration (CentOS 6) CFLAGS += -Wall -pedantic -I./ -I ../ -std=c99 CXXFLAGS += -Wall -pedantic -I./ -I ../ diff --git a/src/tests/utils.d b/src/tests/utils.d index 6ab01fc..fdbf77a 100644 --- a/src/tests/utils.d +++ b/src/tests/utils.d @@ -1,4 +1,4 @@ -# Note: 99+ required for-loop initial declaration (CentOS 6) +# Note: 99+ required for for-loop initial declaration (CentOS 6) CFLAGS += -Wall -pedantic -I./ -I ../ -std=c99 CXXFLAGS += -Wall -pedantic -I./ -I ../ diff --git a/src/utils.d b/src/utils.d index a362a0c..80f6fa5 100644 --- a/src/utils.d +++ b/src/utils.d @@ -1,4 +1,4 @@ -# Note: 99+ required for-loop initial declaration (CentOS 6) +# Note: 99+ required for for-loop initial declaration (CentOS 6) # Note: gnu required for net.c/net.h CFLAGS += -Wall -pedantic -I./ -std=gnu99