c3d541
--- a/arch/x86/boot/main.c	2019-03-13 04:04:53.000000000 -0700
c3d541
+++ b/arch/x86/boot/main.c	2019-05-25 14:31:21.043272496 -0700
c3d541
@@ -147,7 +147,7 @@ void main(void)
c3d541
 
c3d541
 	/* Make sure we have all the proper CPU support */
c3d541
 	if (validate_cpu()) {
c3d541
-		puts("This processor is not supported in this version of RHEL.\n");
c3d541
+		puts("This processor is not supported in this version of CentOS Linux.\n");
c3d541
 		die();
c3d541
 	}
c3d541