summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/String.hxx.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2008-01-31 13:21:35 (GMT)
committerBrad King <brad.king@kitware.com>2008-01-31 13:21:35 (GMT)
commite3c2c1923a9e9b46101bdc84b9e5a7601a95909d (patch)
tree52be202ad1e392758b1c6cfa050dae1dd3c35f20 /Source/kwsys/String.hxx.in
parentd81875fb87e297ffd8d73137fdb6d84023f58d6a (diff)
downloadCMake-e3c2c1923a9e9b46101bdc84b9e5a7601a95909d.zip
CMake-e3c2c1923a9e9b46101bdc84b9e5a7601a95909d.tar.gz
CMake-e3c2c1923a9e9b46101bdc84b9e5a7601a95909d.tar.bz2
STYLE: Remove references to std:: inside KWSys, even in comments. This will allow a commit check to be added.
Diffstat (limited to 'Source/kwsys/String.hxx.in')
-rw-r--r--Source/kwsys/String.hxx.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/kwsys/String.hxx.in b/Source/kwsys/String.hxx.in
index 8afbb87..b032d47 100644
--- a/Source/kwsys/String.hxx.in
+++ b/Source/kwsys/String.hxx.in
@@ -22,8 +22,8 @@ namespace @KWSYS_NAMESPACE@
/** \class String
* \brief Short-name version of the STL basic_string class template.
*
- * The standard library "std::string" type is actually a typedef for
- * "std::basic_string<..long argument list..>". This string class is
+ * The standard library "string" type is actually a typedef for
+ * "basic_string<..long argument list..>". This string class is
* simply a subclass of this type with the same interface so that the
* name is shorter in debugging symbols and error messages.
*/