diff --git a/src/util/path.jam b/src/util/path.jam index 31e907378..af4a1bfd0 100644 --- a/src/util/path.jam +++ b/src/util/path.jam @@ -194,7 +194,7 @@ rule join ( elements + ) } -# If 'path' is relative, it is rooted at 'root'. Otherwise, it's unchanged. +# If 'path' is relative, it is rooted at 'root'. Otherwise, it is unchanged. # rule root ( path root ) {