aboutsummaryrefslogtreecommitdiff
path: root/XcodeConfig/subconfig/GTMMerge.xcconfig
diff options
context:
space:
mode:
Diffstat (limited to 'XcodeConfig/subconfig/GTMMerge.xcconfig')
-rw-r--r--XcodeConfig/subconfig/GTMMerge.xcconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/XcodeConfig/subconfig/GTMMerge.xcconfig b/XcodeConfig/subconfig/GTMMerge.xcconfig
index 5ab141e..f7a3aa7 100644
--- a/XcodeConfig/subconfig/GTMMerge.xcconfig
+++ b/XcodeConfig/subconfig/GTMMerge.xcconfig
@@ -33,7 +33,7 @@
// for the host app to fill in. For example if you wanted to have stack
// protection turned on for both debug and release builds you could set
// GTM_HOST_OTHER_CFLAGS = -fstack-protector -fstack-protector-all
-// in your own settings files, and then include the QSB ones.
+// in your own settings files, and then include the GTM ones.
WARNING_CFLAGS = $(inherited) $(GTM_GENERAL_WARNING_CFLAGS) $(GTM_PLATFORM_WARNING_CFLAGS) $(GTM_CONFIGURATION_WARNING_CFLAGS) $(GTM_HOST_WARNING_CFLAGS)
OTHER_CFLAGS = $(inherited) $(GTM_GENERAL_OTHER_CFLAGS) $(GTM_PLATFORM_OTHER_CFLAGS) $(GTM_CONFIGURATION_OTHER_CFLAGS) $(GTM_HOST_OTHER_CFLAGS)