Index: src/SymTab/IdTable.cc
===================================================================
--- src/SymTab/IdTable.cc	(revision de91427b324e52a4106e0ad80e07b006f2292087)
+++ src/SymTab/IdTable.cc	(revision 7ee14bb76642dae5f201576fddc3f11c600f87e4)
@@ -9,7 +9,7 @@
 // Author           : Richard C. Bilson
 // Created On       : Sun May 17 17:04:02 2015
-// Last Modified By : Rob Schluntz
-// Last Modified On : Wed Oct 07 12:21:13 2015
-// Update Count     : 73
+// Last Modified By : Peter A. Buhr
+// Last Modified On : Fri Jan  8 22:59:23 2016
+// Update Count     : 74
 //
 
@@ -54,7 +54,6 @@
 			manglename = name;
 		} else if ( LinkageSpec::isOverridable( decl->get_linkage() ) ) {
-			// mangle the name without including the appropriate suffix
-			// this will make it so that overridable routines are placed
-			// into the same "bucket" as their user defined versions.
+			// mangle the name without including the appropriate suffix, so overridable routines are placed into the
+			// same "bucket" as their user defined versions.
 			manglename = Mangler::mangle( decl, false );
 		} else {
@@ -71,6 +70,5 @@
 			std::stack< DeclEntry >& entry = it->second;
 			if ( ! entry.empty() && entry.top().second == scopeLevel ) {
-				// if we're giving the same name mangling to things of
-				//  different types then there is something wrong
+				// if we're giving the same name mangling to things of different types then there is something wrong
 				Declaration *old = entry.top().first;
 				assert( (dynamic_cast<ObjectDecl*>( decl ) && dynamic_cast<ObjectDecl*>( old ) )
