target/mips: Fix the title of translate.c

Replace MIPS32 with MIPS, since the file covers all generations
of MIPS architectures.

Reviewed-by: Stefan Markovic <smarkovic@wavecomp.com>
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
This commit is contained in:
Aleksandar Markovic 2018-10-22 13:09:35 +02:00
parent 4d9e5a0eb7
commit ab99e0e44b
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
/*
* MIPS32 emulation for qemu: main translation routines.
* MIPS emulation for QEMU - main translation routines
*
* Copyright (c) 2004-2005 Jocelyn Mayer
* Copyright (c) 2006 Marius Groeger (FPU operations)