summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHarald Fernengel <harald@trolltech.com>2009-06-10 14:14:51 (GMT)
committerHarald Fernengel <harald@trolltech.com>2009-06-10 14:14:51 (GMT)
commit0f1486d6f36d25a08a7b75dfd5fdfa36c2ad98d2 (patch)
treebed8bc24e3ef89d6203a89a49c9c8e77d20f43bf /src
parentfa57db3b5c1662430802f8a963b7dff2c83c300b (diff)
downloadQt-0f1486d6f36d25a08a7b75dfd5fdfa36c2ad98d2.zip
Qt-0f1486d6f36d25a08a7b75dfd5fdfa36c2ad98d2.tar.gz
Qt-0f1486d6f36d25a08a7b75dfd5fdfa36c2ad98d2.tar.bz2
doc: fix typo
Diffstat (limited to 'src')
-rw-r--r--src/corelib/tools/qscopedpointer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qscopedpointer.cpp b/src/corelib/tools/qscopedpointer.cpp
index 8150a18..f34aec8 100644
--- a/src/corelib/tools/qscopedpointer.cpp
+++ b/src/corelib/tools/qscopedpointer.cpp
@@ -112,7 +112,7 @@
/*!
\fn void QScopedPointer::reset(T *other = 0)
- Deletes the existing object its pointing to if any, and sets its pointer to
+ Deletes the existing object it is pointing to if any, and sets its pointer to
\a other. QScopedPointer now owns \a other and will delete it in its
destructor.