summaryrefslogtreecommitdiff
path: root/Lib/java/std_auto_ptr.i
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/java/std_auto_ptr.i')
-rw-r--r--Lib/java/std_auto_ptr.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/java/std_auto_ptr.i b/Lib/java/std_auto_ptr.i
index 9b3cd7315..69ac2841f 100644
--- a/Lib/java/std_auto_ptr.i
+++ b/Lib/java/std_auto_ptr.i
@@ -1,5 +1,5 @@
/*
- The typemaps here allow to handle functions returning std::auto_ptr<>,
+ The typemaps here allow handling functions returning std::auto_ptr<>,
which is the most common use of this type. If you have functions taking it
as parameter, these typemaps can't be used for them and you need to do
something else (e.g. use shared_ptr<> which SWIG supports fully).