aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/mm/init.c
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@inria.fr>2022-04-28 23:17:25 -0700
committerakpm <akpm@linux-foundation.org>2022-04-28 23:17:25 -0700
commit0af96a024f524a5318485cbada73ab7d874895d4 (patch)
tree909ddeff302bb59dc64341f34678742f8db00d32 /arch/ia64/mm/init.c
parentMerge tag 'drm-fixes-2022-04-29' of git://anongit.freedesktop.org/drm/drm (diff)
downloadlinux-dev-0af96a024f524a5318485cbada73ab7d874895d4.tar.xz
linux-dev-0af96a024f524a5318485cbada73ab7d874895d4.zip
ia64: fix typos in comments
Various spelling mistakes in comments. Detected with the help of Coccinelle. Link: https://lkml.kernel.org/r/20220318103729.157574-1-Julia.Lawall@inria.fr Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'arch/ia64/mm/init.c')
-rw-r--r--arch/ia64/mm/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/mm/init.c b/arch/ia64/mm/init.c
index 5d165607bf35..7ae1244ed8ec 100644
--- a/arch/ia64/mm/init.c
+++ b/arch/ia64/mm/init.c
@@ -451,7 +451,7 @@ mem_init (void)
memblock_free_all();
/*
- * For fsyscall entrpoints with no light-weight handler, use the ordinary
+ * For fsyscall entrypoints with no light-weight handler, use the ordinary
* (heavy-weight) handler, but mark it by setting bit 0, so the fsyscall entry
* code can tell them apart.
*/