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