summaryrefslogtreecommitdiffstats
path: root/target/linux/atheros/files/arch/mips/atheros/prom.c
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/atheros/files/arch/mips/atheros/prom.c')
-rw-r--r--target/linux/atheros/files/arch/mips/atheros/prom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/atheros/files/arch/mips/atheros/prom.c b/target/linux/atheros/files/arch/mips/atheros/prom.c
index 73c66aca5..82617cdd3 100644
--- a/target/linux/atheros/files/arch/mips/atheros/prom.c
+++ b/target/linux/atheros/files/arch/mips/atheros/prom.c
@@ -35,7 +35,7 @@ void __init prom_init(void)
DO_AR5315(ar5315_prom_init();)
#if 0
argv = (char **)fw_arg1;
- /* RedBoot desired command line is argv[1] */
+ /* RedBoot desired command line is argv[1] */
strcat(arcs_cmdline, argv[1]);
#endif
}