diff options
Diffstat (limited to 'src/buildtool/serve_api/serve_service/source_tree.hpp')
-rw-r--r-- | src/buildtool/serve_api/serve_service/source_tree.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/buildtool/serve_api/serve_service/source_tree.hpp b/src/buildtool/serve_api/serve_service/source_tree.hpp index 7a63bcf9..e46f21bf 100644 --- a/src/buildtool/serve_api/serve_service/source_tree.hpp +++ b/src/buildtool/serve_api/serve_service/source_tree.hpp @@ -122,9 +122,9 @@ class SourceTreeService final const ::justbuild::just_serve::CheckRootTreeRequest* request, CheckRootTreeResponse* response) -> ::grpc::Status override; - // Retrieve a given Git-tree from the CAS of the associated - // remote-execution endpoint and make it available in a location where this - // serve instance can build against. + // Retrieve a given tree from the CAS of the associated remote-execution + // endpoint and make it available in a location where this serve instance + // can build against. // // There are no method-specific errors. auto GetRemoteTree( |