summaryrefslogtreecommitdiff
path: root/Examples/test-suite/li_boost_intrusive_ptr.i
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/li_boost_intrusive_ptr.i')
-rw-r--r--Examples/test-suite/li_boost_intrusive_ptr.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/li_boost_intrusive_ptr.i b/Examples/test-suite/li_boost_intrusive_ptr.i
index c3b211208..13937434f 100644
--- a/Examples/test-suite/li_boost_intrusive_ptr.i
+++ b/Examples/test-suite/li_boost_intrusive_ptr.i
@@ -5,7 +5,7 @@
// like 'top'. There is a wrapper for intrusive_ptr in intrusive_ptr_wrapper.h which enables one to
// count the instances of intrusive_ptr. Uncomment the INTRUSIVE_PTR_WRAPPER macro to turn this on.
//
-// Also note the debug_shared flag which can be set from the target language.
+// Also note the debug_shared flag which can be set from the target language.
//
// Usage of intrusive_ptr_add_ref and intrusive_ptr_release based on boost testing:
// http://www.boost.org/doc/libs/1_36_0/libs/smart_ptr/test/intrusive_ptr_test.cpp