aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/fw/lib/call_o32.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/fw/lib/call_o32.S')
-rw-r--r--arch/mips/fw/lib/call_o32.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/fw/lib/call_o32.S b/arch/mips/fw/lib/call_o32.S
index e0a68713b3c..b308b2a0613 100644
--- a/arch/mips/fw/lib/call_o32.S
+++ b/arch/mips/fw/lib/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 static register */
#define O32_FRAMESZ (SZREG * O32_STATC)