From cc219a152003868ce4927e35f2c57126d81e3b1d Mon Sep 17 00:00:00 2001 From: Leandro Melo Date: Wed, 22 Sep 2010 18:21:11 +0200 Subject: Fix typo. --- src/shared/cplusplus/Symbol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared/cplusplus') 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. -- cgit v1.2.1