Skip to content
Snippets Groups Projects
Commit 2ca02df6 authored by Rakib Mullick's avatar Rakib Mullick Committed by Linus Torvalds
Browse files

drivers/misc/vmw_balloon.c: fix typo in code comment


Fix typo in code comment.

Signed-off-by: default avatarRakib Mullick <rakib.mullick@gmail.com>
Acked-by: default avatarDmitry Torokhov <dtor@vmware.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 6d994a7e
No related branches found
No related tags found
No related merge requests found
...@@ -151,7 +151,7 @@ MODULE_LICENSE("GPL"); ...@@ -151,7 +151,7 @@ MODULE_LICENSE("GPL");
struct vmballoon_stats { struct vmballoon_stats {
unsigned int timer; unsigned int timer;
/* allocation statustics */ /* allocation statistics */
unsigned int alloc; unsigned int alloc;
unsigned int alloc_fail; unsigned int alloc_fail;
unsigned int sleep_alloc; unsigned int sleep_alloc;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment