Skip to content

Commit d9009d6

Browse files
geertutorvalds
authored andcommitted
mm/vmalloc.c: spelling> s/informaion/information/
Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]> Reviewed-by: Andrew Morton <[email protected]> Acked-by: Souptick Joarder <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 460e42d commit d9009d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mm/vmalloc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2812,7 +2812,7 @@ static int aligned_vwrite(char *buf, char *addr, unsigned long count)
28122812
* Note: In usual ops, vread() is never necessary because the caller
28132813
* should know vmalloc() area is valid and can use memcpy().
28142814
* This is for routines which have to access vmalloc area without
2815-
* any informaion, as /dev/kmem.
2815+
* any information, as /dev/kmem.
28162816
*
28172817
* Return: number of bytes for which addr and buf should be increased
28182818
* (same number as @count) or %0 if [addr...addr+count) doesn't
@@ -2891,7 +2891,7 @@ long vread(char *buf, char *addr, unsigned long count)
28912891
* Note: In usual ops, vwrite() is never necessary because the caller
28922892
* should know vmalloc() area is valid and can use memcpy().
28932893
* This is for routines which have to access vmalloc area without
2894-
* any informaion, as /dev/kmem.
2894+
* any information, as /dev/kmem.
28952895
*
28962896
* Return: number of bytes for which addr and buf should be
28972897
* increased (same number as @count) or %0 if [addr...addr+count)

0 commit comments

Comments
 (0)