diff options
-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])) |