diff --git a/third_party/bazel/src/main/protobuf/spawn.proto b/third_party/bazel/src/main/protobuf/spawn.proto index ebfaaef94b6..dda2af3955c 100644 --- a/third_party/bazel/src/main/protobuf/spawn.proto +++ b/third_party/bazel/src/main/protobuf/spawn.proto @@ -373,7 +373,7 @@ message ExecLogEntry { // Entry ID of the set of inputs. Unset means empty. uint32 input_set_id = 4; - // Entry ID of the set of tool inputs. Unset means empty. + // Entry ID of the subset of inputs that are tools. Unset means empty. uint32 tool_set_id = 5; // The set of outputs.