summaryrefslogtreecommitdiff
path: root/build/config/apple/symbols.gni
diff options
context:
space:
mode:
Diffstat (limited to 'build/config/apple/symbols.gni')
-rw-r--r--build/config/apple/symbols.gni2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/config/apple/symbols.gni b/build/config/apple/symbols.gni
index ef6faf0a2..3b4dee447 100644
--- a/build/config/apple/symbols.gni
+++ b/build/config/apple/symbols.gni
@@ -17,7 +17,7 @@ declare_args() {
enable_dsyms = is_official_build || using_sanitizer
# Strip symbols from linked targets by default. If this is enabled, the
- # //build/config/mac:strip_all config will be applied to all linked targets.
+ # //build/config/apple:strip_all config will be applied to all linked targets.
# If custom stripping parameters are required, remove that config from a
# linked target and apply custom -Wcrl,strip flags. See
# //build/toolchain/apple/linker_driver.py for more information.