summaryrefslogtreecommitdiff
path: root/Examples
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2023-05-16 09:55:49 +1200
committerOlly Betts <olly@survex.com>2023-05-16 09:55:49 +1200
commitaf87945aeafedf70b6ea729937b62cdff0b981ce (patch)
treed6c659334a819b561f14af9f2a55494ae36452e9 /Examples
parente5650d8fa44e64d9b4ffd70b896f757eae4a65e6 (diff)
downloadswig-af87945aeafedf70b6ea729937b62cdff0b981ce.tar.gz
Clean up double spaces between words in comments
Diffstat (limited to 'Examples')
-rw-r--r--Examples/test-suite/extend_template_ns.i2
-rw-r--r--Examples/test-suite/li_boost_intrusive_ptr.i2
-rw-r--r--Examples/test-suite/li_boost_shared_ptr.i2
-rw-r--r--Examples/test-suite/template_ns_scope.i2
4 files changed, 4 insertions, 4 deletions
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<One> { //************ this doesn't work
+ %extend Foo<One> { //************ 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