summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/lib/console_print.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/i386/lib/console_print.c')
-rw-r--r--src/arch/i386/lib/console_print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/i386/lib/console_print.c b/src/arch/i386/lib/console_print.c
index 661dc41dcbce..0aa540d15367 100644
--- a/src/arch/i386/lib/console_print.c
+++ b/src/arch/i386/lib/console_print.c
@@ -63,7 +63,7 @@ static void __console_tx_string(int loglevel, const char *str)
}
/* Actually this should say defined(__ROMCC__) but that define is explicitly
- * set in some auto.c files to trigger the simple device_t version to be used.
+ * set in some romstage.c files to trigger the simple device_t version to be used.
* So __GNUCC__ does the right thing here.
*/
#if defined (__ROMCC__)