aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/dec/prom/call_o32.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/dec/prom/call_o32.S')
-rw-r--r--arch/mips/dec/prom/call_o32.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/dec/prom/call_o32.S b/arch/mips/dec/prom/call_o32.S
index 8c8498159e4..c0d1522d448 100644
--- a/arch/mips/dec/prom/call_o32.S
+++ b/arch/mips/dec/prom/call_o32.S
@@ -14,7 +14,7 @@
/* Maximum number of arguments supported. Must be even! */
#define O32_ARGC 32
-/* Number of static registers we save. */
+/* Number of static registers we save. */
#define O32_STATC 11
/* Frame size for both of the above. */
#define O32_FRAMESZ (4 * O32_ARGC + SZREG * O32_STATC)