summaryrefslogtreecommitdiff
path: root/rules/CC
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2023-02-28 15:19:24 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2023-02-28 15:19:24 +0100
commit178d6a116fb99fe0abe458338135443314fc18ef (patch)
tree033bbc570ec40d66a8c190918fdd6a9ac24a1e0a /rules/CC
parent0a4c8960e0c838b803289102de4b9b760a646cb1 (diff)
parent95bef3c6237c2d3950ba4d886aa0329d242105ce (diff)
downloadrules-cc-178d6a116fb99fe0abe458338135443314fc18ef.tar.gz
Merge commit '95bef3c6237c2d3950ba4d886aa0329d242105ce' into HEAD
Diffstat (limited to 'rules/CC')
-rw-r--r--rules/CC/RULES6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/CC/RULES b/rules/CC/RULES
index 730d45b..9133833 100644
--- a/rules/CC/RULES
+++ b/rules/CC/RULES
@@ -2,7 +2,7 @@
{ "doc":
[ "A rule to provide defaults."
, "All CC targets take their defaults for CC, CXX, flags, etc from"
- , "the target [\"CC\", \"defaults\"]. This is probably the only sensibe"
+ , "the target [\"CC\", \"defaults\"]. This is probably the only sensible"
, "use of this rule. As targets form a different root, the defaults"
, "can be provided without changing this directory."
]
@@ -174,7 +174,7 @@
, "with \"/\"."
]
, "pure C":
- [ "If non-empty, compile as C sources rathter than C++ sources."
+ [ "If non-empty, compile as C sources rather than C++ sources."
, "In particular, CC is used to compile rather than CXX (or their"
, "respective defaults)."
]
@@ -294,7 +294,7 @@
]
, "link-args":
[ "List of strings that have to be added to the command line for linking actions"
- , "in targets depending on on this library"
+ , "in targets depending on this library"
]
}
, "anonymous":