| Index: build/toolchain/win/BUILD.gn
|
| diff --git a/build/toolchain/win/BUILD.gn b/build/toolchain/win/BUILD.gn
|
| index e3100399575941eb81519f51096487f4f217ad78..777c6e9e01d7f0213551df68aacef29f73c1722f 100644
|
| --- a/build/toolchain/win/BUILD.gn
|
| +++ b/build/toolchain/win/BUILD.gn
|
| @@ -26,8 +26,8 @@ if (use_goma) {
|
| # This value will be inherited in the toolchain below.
|
| concurrent_links = exec_script("../get_concurrent_links.py", [], "value")
|
|
|
| -# Copy the VS runtime DLL for the default toolchain the root build directory so
|
| -# things will run.
|
| +# Copy the VS runtime DLL for the default toolchain to the root build directory
|
| +# so things will run.
|
| if (current_toolchain == default_toolchain) {
|
| if (is_debug) {
|
| configuration_name = "Debug"
|
|
|