aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/boot/misc.c
diff options
context:
space:
mode:
authorgushengxian <gushengxian@yulong.com>2021-07-02 05:48:12 -0700
committerMatt Turner <mattst88@gmail.com>2021-07-25 22:33:04 -0700
commitfc520525c18ac2207792eb2067c6b626326a87ad (patch)
tree257a23fd028e37590d4cb530e2d068f24e707a65 /arch/alpha/boot/misc.c
parentalpha: Remove space between * and parameter name (diff)
downloadlinux-dev-fc520525c18ac2207792eb2067c6b626326a87ad.tar.xz
linux-dev-fc520525c18ac2207792eb2067c6b626326a87ad.zip
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 '')
-rw-r--r--arch/alpha/boot/misc.c2
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