From cc219a152003868ce4927e35f2c57126d81e3b1d Mon Sep 17 00:00:00 2001 From: Leandro Melo <leandro.melo@nokia.com> Date: Wed, 22 Sep 2010 18:21:11 +0200 Subject: [PATCH] Fix typo. --- src/shared/cplusplus/Symbol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/cplusplus/Symbol.h b/src/shared/cplusplus/Symbol.h index 3f9411b4648..4e60260bcef 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. -- GitLab