From 92cdf5bd89700e34ee7aacaef68762c278756141 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Tue, 17 Jun 2008 17:47:48 +0000 Subject: [PATCH] Minor stylistic comment change in Boost Build's util/path.jam module. [SVN r46455] --- src/util/path.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) {