diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-05-25 20:07:50 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-05-25 20:07:50 +0000 |
commit | bc34b382a28aa9946ce78a84fedd1efa8719cf03 (patch) | |
tree | e8cfc10106b847f8562a14f9f614dfa97fd507d9 /include/asm-mips64/asm.h | |
parent | f2b12b1b9002db84ce47df6af70a75fd47b078c3 (diff) |
Code reformatting and spelling fixes.
Diffstat (limited to 'include/asm-mips64/asm.h')
-rw-r--r-- | include/asm-mips64/asm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-mips64/asm.h b/include/asm-mips64/asm.h index 48f6bfbec..4b48e636e 100644 --- a/include/asm-mips64/asm.h +++ b/include/asm-mips64/asm.h @@ -94,7 +94,7 @@ symbol = value TEXT(msg) /* - * Print formated string + * Print formatted string */ #define PRINT(string) \ .set push; \ @@ -105,7 +105,7 @@ symbol = value TEXT(string) /* - * Print formated string + * Print formatted string */ #define PROM_PRINT(string) \ .set push; \ |