Skip to content

Commit

Permalink
mm/kmemleak.c: fix a typo
Browse files Browse the repository at this point in the history
s/interruptable/interruptible/

Link: https://lkml.kernel.org/r/20210319214140.23304-1-unixbhaskar@gmail.com
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Bhaskar Chowdhury authored and Linus Torvalds committed Apr 30, 2021
1 parent dc84207 commit 0b5121e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/kmemleak.c
Original file line number Diff line number Diff line change
Expand Up @@ -1203,7 +1203,7 @@ static void update_refs(struct kmemleak_object *object)
}

/*
* Memory scanning is a long process and it needs to be interruptable. This
* Memory scanning is a long process and it needs to be interruptible. This
* function checks whether such interrupt condition occurred.
*/
static int scan_should_stop(void)
Expand Down

0 comments on commit 0b5121e

Please sign in to comment.