From 137ba701bf597a06e32d0453d84cbb30cb71b0fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Sun, 4 May 2008 01:58:58 +0000 Subject: [PATCH] Minor stylistic comment change. [SVN r45102] --- v2/util/assert.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/util/assert.jam b/v2/util/assert.jam index a4577f6f9..293ccbd5c 100644 --- a/v2/util/assert.jam +++ b/v2/util/assert.jam @@ -8,7 +8,7 @@ import errors : error-skip-frames lol->list ; import modules ; -# Assert the equality of A and B +# Assert the equality of A and B. # rule equal ( a * : b * ) {