Index: src/AST/SymbolTable.cpp
===================================================================
--- src/AST/SymbolTable.cpp	(revision 61efa421be36a355b304d2e9b9e14e493947d332)
+++ src/AST/SymbolTable.cpp	(revision 5625427ee364fc12d70abe159b4e4d038eacf66a)
@@ -39,5 +39,5 @@
 	static inline auto stats() {
 		using namespace Stats::Counters;
-		static auto group   = build<CounterGroup>("Indexers");
+		static auto group   = build<CounterGroup>("Symbol Tables");
 		static struct {
 			SimpleCounter * count;
Index: src/AST/SymbolTable.hpp
===================================================================
--- src/AST/SymbolTable.hpp	(revision 61efa421be36a355b304d2e9b9e14e493947d332)
+++ src/AST/SymbolTable.hpp	(revision 5625427ee364fc12d70abe159b4e4d038eacf66a)
@@ -88,5 +88,5 @@
 	using Ptr = std::shared_ptr<const SymbolTable>;
 
-	Ptr prevScope;                 ///< Indexer for parent scope
+	Ptr prevScope;                 ///< Symbol Table for parent scope
 	unsigned long scope;           ///< Scope index of this indexer
 	unsigned long repScope;        ///< Scope index of currently represented scope
