From af87945aeafedf70b6ea729937b62cdff0b981ce Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Tue, 16 May 2023 09:55:49 +1200 Subject: Clean up double spaces between words in comments --- Examples/test-suite/extend_template_ns.i | 2 +- Examples/test-suite/li_boost_intrusive_ptr.i | 2 +- Examples/test-suite/li_boost_shared_ptr.i | 2 +- Examples/test-suite/template_ns_scope.i | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'Examples') diff --git a/Examples/test-suite/extend_template_ns.i b/Examples/test-suite/extend_template_ns.i index 3712f2c8f..e4ab3ce42 100644 --- a/Examples/test-suite/extend_template_ns.i +++ b/Examples/test-suite/extend_template_ns.i @@ -7,7 +7,7 @@ namespace oss %} namespace oss { - %extend Foo { //************ this doesn't work + %extend Foo { //************ this doesn't work int test1(int x) { return x; } }; } 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 diff --git a/Examples/test-suite/li_boost_shared_ptr.i b/Examples/test-suite/li_boost_shared_ptr.i index 48d5fc2f1..678003985 100644 --- a/Examples/test-suite/li_boost_shared_ptr.i +++ b/Examples/test-suite/li_boost_shared_ptr.i @@ -5,7 +5,7 @@ // like 'top'. There is a wrapper for shared_ptr in shared_ptr_wrapper.h which enables one to // count the instances of shared_ptr. Uncomment the SHARED_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. %module li_boost_shared_ptr diff --git a/Examples/test-suite/template_ns_scope.i b/Examples/test-suite/template_ns_scope.i index 928f628d2..57d27a8de 100644 --- a/Examples/test-suite/template_ns_scope.i +++ b/Examples/test-suite/template_ns_scope.i @@ -10,7 +10,7 @@ { public: A() {} // *** Here, the const. breaks swig *** - // *** swig works without it *** + // *** swig works without it *** }; namespace hello -- cgit v1.2.1