- Upgrade to romcc version 0.63
[coreboot.git] / util / romcc / tests / simple_test60.c
index d277c94dd3e7a0df506db8a26da8da579718e94a..860bf3240d01a4ab86a8e5e5e7e8f447a054fec3 100644 (file)
@@ -27,6 +27,6 @@ static void test(void)
        const struct mem_param *param;
        param = &param0;
        value = 0x48;
-#warning "this generates word loads instead of byte loads"
+#warning "this generated word loads instead of byte loads"
        clocks = (value + (param->divisor << 1) - 1)/(param->divisor << 1);
 }