Index: kernel/test/print/print4.c
===================================================================
--- kernel/test/print/print4.c	(revision 39e1b9a104f1ac094dcf8801fd04c9afbbaac36f)
+++ kernel/test/print/print4.c	(revision 250a435052de09253cdf2f5178b8589103c3d2c5)
@@ -50,7 +50,7 @@
 	}
 
-	TPRINTF("\nExtended ASCII characters (128 - 255) using printf(\"%%lc\"):\n");
+	TPRINTF("\nExtended ASCII characters (160 - 255) using printf(\"%%lc\"):\n");
 
-	for (group = 4; group < 8; group++) {
+	for (group = 5; group < 8; group++) {
 		TPRINTF("%#x: ", group << 5);
 
