Skip to content

Commit 33f8a8e

Browse files
committed
Copy edit a comment
1 parent d6b1ce4 commit 33f8a8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/boost/dynamic_bitset/config.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ make_non_const( T t )
3737
// A couple of macros to cope with libraries without locale
3838
// support. The first macro must be used to declare a reference
3939
// to a ctype facet. The second one to widen a char by using
40-
// that ctype object. If facets and locales aren't available
40+
// that ctype object. If facets and locales aren't available,
4141
// the first macro is a no-op and the second one just expands
42-
// to its parameter c.
42+
// to its argument c (in parentheses).
4343
//
4444
#if defined( BOOST_USE_FACET )
4545

0 commit comments

Comments
 (0)