Index: build/toolchain/gcc_toolchain.gni |
diff --git a/build/toolchain/gcc_toolchain.gni b/build/toolchain/gcc_toolchain.gni |
index 6746f5e0db9ffe5bd5c804553d99c2ad20aadce4..4259cce82e6ec325c6e761dbc69ccabc7a9addfb 100644 |
--- a/build/toolchain/gcc_toolchain.gni |
+++ b/build/toolchain/gcc_toolchain.gni |
@@ -60,7 +60,7 @@ concurrent_links = exec_script("get_concurrent_links.py", [], "value") |
# - strip |
# Location of the strip executable. When specified, strip will be run on |
# all shared libraries and executables as they are built. The pre-stripped |
-# artifacts will be put in lib.stripped/ and exe.stripped/. |
+# artifacts will be put in lib.unstripped/ and exe.unstripped/. |
# |
# Optional build argument contols. |
# |