diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2013-01-22 12:52:22 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-01-22 12:52:22 +0100 |
commit | f051e3a9335bce8915165a6b1e73db5af8ba86df (patch) | |
tree | f997cd58108adb7c8bc531d0e5b30e1fa898bb27 | |
parent | 9561fefc9816e9c7a952bf0e25331e395ff03a6e (diff) | |
download | linux-3.10-f051e3a9335bce8915165a6b1e73db5af8ba86df.tar.gz linux-3.10-f051e3a9335bce8915165a6b1e73db5af8ba86df.tar.bz2 linux-3.10-f051e3a9335bce8915165a6b1e73db5af8ba86df.zip |
MIPS: PNX833x: Fix comment.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | arch/mips/include/asm/mach-pnx833x/war.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/mach-pnx833x/war.h b/arch/mips/include/asm/mach-pnx833x/war.h index edaa06d9d49..e410df4e1b3 100644 --- a/arch/mips/include/asm/mach-pnx833x/war.h +++ b/arch/mips/include/asm/mach-pnx833x/war.h @@ -21,4 +21,4 @@ #define R10000_LLSC_WAR 0 #define MIPS34K_MISSED_ITLB_WAR 0 -#endif /* __ASM_MIPS_MACH_PNX8550_WAR_H */ +#endif /* __ASM_MIPS_MACH_PNX833X_WAR_H */ |