aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar klimek <klimek@google.com>2017-07-26 13:27:29 +0200
committerGravatar Jakob Buchgraber <buchgr@google.com>2017-07-26 16:22:25 +0200
commitbb86c8a70b22f766c53291d8af5e08c3f3524269 (patch)
tree3ce1eaca98a8cc441e879041fcd6d5bb0d31e76a /src
parentd164e6679650c50197f4aac1a31d65010dd7bc04 (diff)
Typo fix.
PiperOrigin-RevId: 163191957
Diffstat (limited to 'src')
-rw-r--r--src/main/protobuf/crosstool_config.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/protobuf/crosstool_config.proto b/src/main/protobuf/crosstool_config.proto
index 35378b55af..2f16ef9f34 100644
--- a/src/main/protobuf/crosstool_config.proto
+++ b/src/main/protobuf/crosstool_config.proto
@@ -187,7 +187,7 @@ message CToolchain {
optional string name = 1;
// If 'true', this feature is enabled unless a rule type explicitly marks it
- // as unssupported. Such features cannot be turned of from with in a BUILD
+ // as unsupported. Such features cannot be turned off from within a BUILD
// file or the command line.
optional bool enabled = 7;