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