diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-06-14 10:15:15 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-06-14 10:15:15 +0200 |
commit | 43e66db85be91716b469bef435328d4243b536b7 (patch) | |
tree | 658c4c27cd9b403ddade3e19c0d62fd3ee1e9ceb | |
parent | b93b736b034bfec6caf0d100145798ff112f3906 (diff) |
Fix typo
-rw-r--r-- | build2/cc/link-rule.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/cc/link-rule.cxx b/build2/cc/link-rule.cxx index aed0ac2..e4f176a 100644 --- a/build2/cc/link-rule.cxx +++ b/build2/cc/link-rule.cxx @@ -1289,7 +1289,7 @@ namespace build2 { if (!for_install && !la) { - // Top-level sharen library dependency. It is either matched or + // Top-level shared library dependency. It is either matched or // imported so should be a cc library. // if (!cast_false<bool> (f->vars[c_system])) |