diff options
author | Leandro Melo <leandro.melo@nokia.com> | 2010-09-22 18:21:11 +0200 |
---|---|---|
committer | Leandro Melo <leandro.melo@nokia.com> | 2010-09-22 18:32:27 +0200 |
commit | cc219a152003868ce4927e35f2c57126d81e3b1d (patch) | |
tree | 17df81f4cd89f95892574057cf6b1c5d0de85fca /src/shared/cplusplus | |
parent | ca808cc7b45a552228ab9768e5170b37e5410dcf (diff) | |
download | qt-creator-cc219a152003868ce4927e35f2c57126d81e3b1d.tar.gz |
Fix typo.
Diffstat (limited to 'src/shared/cplusplus')
-rw-r--r-- | src/shared/cplusplus/Symbol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/cplusplus/Symbol.h b/src/shared/cplusplus/Symbol.h index 3f9411b464..4e60260bce 100644 --- a/src/shared/cplusplus/Symbol.h +++ b/src/shared/cplusplus/Symbol.h @@ -168,7 +168,7 @@ public: /// Returns true if this Symbol is a Namespace. bool isNamespace() const; - /// Returns true if this Symbol is a Namespace. + /// Returns true if this Symbol is a Template. bool isTemplate() const; /// Returns true if this Symbol is a Class. |