Skip to content

Commit 5242ef1

Browse files
author
Nick Galbreath
committed
spelling
1 parent 1ebc4fd commit 5242ef1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: configure-clang.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -e
77
# for embedded systems so it's ok to skip
88
#
99
# -Wno-covered-switch-default Don't warn if we have a switch that
10-
# covers all of an enum AND we have a default. enums are only losely
10+
# covers all of an enum AND we have a default. enums are only loosely
1111
# typed, it's good to have a default: assert(0) in case someone does
1212
# a bad cast, etc also this conflicts with GCC checks.
1313
#

Diff for: configure-gcc-hardened.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -e
77
# for embedded systems so it's ok to skip
88
#
99
# -Wno-covered-switch-default Don't warn if we have a switch that
10-
# covers all of an enum AND we have a default. enums are only losely
10+
# covers all of an enum AND we have a default. enums are only loosely
1111
# typed, it's good to have a default: assert(0) in case someone does
1212
# a bad cast, etc also this conflicts with GCC checks.
1313
#

Diff for: src/clang.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# for embedded systems so it's ok to skip
88
#
99
# -Wno-covered-switch-default Don't warn if we have a switch that
10-
# covers all of an enum AND we have a default. enums are only losely
10+
# covers all of an enum AND we have a default. enums are only loosely
1111
# typed, it's good to have a default: assert(0) in case someone does
1212
# a bad cast, etc also this conflicts with GCC checks.
1313
#

0 commit comments

Comments
 (0)