summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-06-20 15:57:51 +0200
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-06-24 12:15:24 +0200
commitaffb1b8b76d4de5dcf8504e7557c3554260ff4a6 (patch)
tree5402a2c129d4685d16d24358e20f670d4458d065
parent96158f57c36bbc649abcd9a213bf04df6cf8a1f5 (diff)
downloadjustbuild-affb1b8b76d4de5dcf8504e7557c3554260ff4a6.tar.gz
CC: Fix some doc typos
-rw-r--r--rules/CC/proto/RULES4
-rw-r--r--rules/CC/test/RULES2
2 files changed, 3 insertions, 3 deletions
diff --git a/rules/CC/proto/RULES b/rules/CC/proto/RULES
index 2e787993..1f9051c3 100644
--- a/rules/CC/proto/RULES
+++ b/rules/CC/proto/RULES
@@ -266,7 +266,7 @@
}
, "library":
{ "doc":
- [ "A library C++ library, generated from proto files."
+ [ "A C++ library, generated from proto files."
, ""
, "This rule usually is used to bind anonymous targets generated from"
, "proto libraries."
@@ -295,7 +295,7 @@
}
, "service library":
{ "doc":
- [ "A service library C++ library, generated from proto files."
+ [ "A service C++ library, generated from proto files."
, ""
, "Calls protoc with gRPC plugin to additionally generate gRPC services"
, "from proto libraries."
diff --git a/rules/CC/test/RULES b/rules/CC/test/RULES
index 850d242e..057d3dad 100644
--- a/rules/CC/test/RULES
+++ b/rules/CC/test/RULES
@@ -50,7 +50,7 @@
, ""
, "This running of the test is carried out by the implicit dependency"
, "on the target \"runner\". By setting this target in the target layer"
- , "of this rues repository (instead of letting it default to the"
+ , "of this rules repository (instead of letting it default to the"
, "respective file), the C/C++ test environment can be modified globally."
]
, "private-hdrs":