diff options
author | gushengxian <gushengxian@yulong.com> | 2021-07-02 05:48:12 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2021-07-25 22:33:04 -0700 |
commit | fc520525c18ac2207792eb2067c6b626326a87ad (patch) | |
tree | 257a23fd028e37590d4cb530e2d068f24e707a65 /arch/alpha/boot | |
parent | 3e0c6d15adeafa2afcb4c95c892bb5980c1430e6 (diff) | |
download | linux-fc520525c18ac2207792eb2067c6b626326a87ad.tar.bz2 |
alpha: fix spelling mistakes
Fix some spelling mistakes in comments:
delarations ==> declarations
softare ==> software
suffiently ==> sufficiently
requred ==> required
unaliged ==> unaligned
Signed-off-by: gushengxian <gushengxian@yulong.com>
Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'arch/alpha/boot')
-rw-r--r-- | arch/alpha/boot/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/boot/misc.c b/arch/alpha/boot/misc.c index d65192202703..325d4dd4f904 100644 --- a/arch/alpha/boot/misc.c +++ b/arch/alpha/boot/misc.c @@ -30,7 +30,7 @@ extern long srm_printk(const char *, ...) __attribute__ ((format (printf, 1, 2))); /* - * gzip delarations + * gzip declarations */ #define OF(args) args #define STATIC static |