diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-02-27 12:39:51 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-02-28 14:59:38 +0100 |
commit | 3b08fc29eff1fa61c3fd317ca5321d47cddd9c69 (patch) | |
tree | 929bfed71890eebc632501b38a91f2df07464011 /CC | |
parent | 0712694ea67f84a30058109d41f37ff96c37558d (diff) | |
download | rules-cc-3b08fc29eff1fa61c3fd317ca5321d47cddd9c69.tar.gz |
Various typo fixes
Co-authored-by: Sascha Roloff <sascha.roloff@huawei.com>
Diffstat (limited to 'CC')
-rw-r--r-- | CC/RULES | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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." ] @@ -149,7 +149,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)." ] @@ -235,7 +235,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": |