diff options
author | Adam Buchbinder <adam.buchbinder@gmail.com> | 2016-02-24 10:49:53 -0800 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2016-04-18 12:45:54 +0200 |
commit | 238034e3fe3b0d75df0e4c7cbefb3df259ed628a (patch) | |
tree | 664f6898095d4c43770a3c2307c9fa501001c6c5 /arch/hexagon/kernel/kgdb.c | |
parent | bd1a0be5154788a052c6b851dbfa97bcd71f21d6 (diff) |
hexagon: Fix misspellings in comments.
Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/hexagon/kernel/kgdb.c')
-rw-r--r-- | arch/hexagon/kernel/kgdb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/hexagon/kernel/kgdb.c b/arch/hexagon/kernel/kgdb.c index 038580cc5abf..62dece3ad827 100644 --- a/arch/hexagon/kernel/kgdb.c +++ b/arch/hexagon/kernel/kgdb.c @@ -236,9 +236,9 @@ static struct notifier_block kgdb_notifier = { }; /** - * kgdb_arch_init - Perform any architecture specific initalization. + * kgdb_arch_init - Perform any architecture specific initialization. * - * This function will handle the initalization of any architecture + * This function will handle the initialization of any architecture * specific callbacks. */ int kgdb_arch_init(void) |