Index: src/InitTweak/FixInit.cc
===================================================================
--- src/InitTweak/FixInit.cc	(revision 07de76bb7a0e1179ac6fb9bae0cb96e709315c84)
+++ src/InitTweak/FixInit.cc	(revision fca3bf8f3f46f2cf0cf3c5fa29308b3dc1c013dc)
@@ -10,6 +10,6 @@
 // Created On       : Wed Jan 13 16:29:30 2016
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Fri Dec 13 23:41:27 2019
-// Update Count     : 77
+// Last Modified On : Sun Feb 16 04:17:07 2020
+// Update Count     : 82
 //
 #include "FixInit.h"
@@ -745,5 +745,5 @@
 		}
 
-		// to prevent warnings (‘_unq0’ may be used uninitialized in this function),
+		// to prevent warnings ('_unq0' may be used uninitialized in this function),
 		// insert an appropriate zero initializer for UniqueExpr temporaries.
 		Initializer * makeInit( Type * t ) {
Index: src/InitTweak/FixInit.h
===================================================================
--- src/InitTweak/FixInit.h	(revision 07de76bb7a0e1179ac6fb9bae0cb96e709315c84)
+++ src/InitTweak/FixInit.h	(revision fca3bf8f3f46f2cf0cf3c5fa29308b3dc1c013dc)
@@ -10,6 +10,6 @@
 // Created On       : Wed Jan 13 16:29:30 2016
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Sat Jul 22 09:31:06 2017
-// Update Count     : 6
+// Last Modified On : Sun Feb 16 07:54:50 2020
+// Update Count     : 8
 //
 
@@ -22,6 +22,5 @@
 
 namespace InitTweak {
-  /// replace constructor initializers with expression statements
-  /// and unwrap basic C-style initializers
+	/// replace constructor initializers with expression statements and unwrap basic C-style initializers
 	void fix( std::list< Declaration * > & translationUnit, bool inLibrary );
 } // namespace
