Index: src/Parser/DeclarationNode.cc
===================================================================
--- src/Parser/DeclarationNode.cc	(revision a491a3c7de462016a0883b1867471e91458aa24f)
+++ src/Parser/DeclarationNode.cc	(revision 79aae152d2aebdd70ad7576e14757560c7d66174)
@@ -10,6 +10,6 @@
 // Created On       : Sat May 16 12:34:05 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Mon Dec 16 15:32:22 2019
-// Update Count     : 1133
+// Last Modified On : Tue Jun  9 20:26:55 2020
+// Update Count     : 1134
 //
 
@@ -1115,6 +1115,6 @@
 	// SUE's cannot have function specifiers, either
 	//
-	//    inlne _Noreturn struct S { ... };		// disallowed
-	//    inlne _Noreturn enum   E { ... };		// disallowed
+	//    inline _Noreturn struct S { ... };		// disallowed
+	//    inline _Noreturn enum   E { ... };		// disallowed
 	if ( funcSpecs.any() ) {
 		SemanticError( this, "invalid function specifier for " );
