Merge "Output of an apex module type can be included in tests"
am: 08e047fdc6
Change-Id: I936348c7787795e44c099e8d176c578d3a70e4c9
diff --git a/cc/config/clang.go b/cc/config/clang.go
index c070bf2..6d83879 100644
--- a/cc/config/clang.go
+++ b/cc/config/clang.go
@@ -97,7 +97,7 @@
pctx.StaticVariable("ClangExtraCflags", strings.Join([]string{
"-D__compiler_offsetof=__builtin_offsetof",
- // -Wimplicit fallthrough is not enabled by -Wall.
+ // -Wimplicit-fallthrough is not enabled by -Wall.
"-Wimplicit-fallthrough",
// Help catch common 32/64-bit errors.