Correct misspelled English words in comments and printed messages in Bazel's src/... directory (and run fix)

RELNOTES: None.
PiperOrigin-RevId: 222473871
This commit is contained in:
jingwen 2018-11-22 01:17:17 +01:00 committed by Marcel Hlopko
parent fccbfbf395
commit 3c88920d55
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ package com.google.devtools.build.lib.view.config.crosstool;
// examples are 'x86_64-unknown-linux-gnu' and 'i686-unknown-cygwin'.
//
// The system name is used to determine if a given machine can execute a given
// exectuable. In particular, it is used to check if the compilation products of
// executable. In particular, it is used to check if the compilation products of
// a toolchain can run on the host machine.
message CToolchain {