summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/shared/cplusplus/Symbol.h2
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.