diff options
author | Rakib Mullick <rakib.mullick@gmail.com> | 2011-11-02 16:40:07 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-11-02 19:07:03 -0400 |
commit | 2ca02df6b098be2d33a99a65531dcd84a10b6e21 (patch) | |
tree | 9ad81c7b015b40b29c9555092e9405d5fdb33d4a /drivers/misc/vmw_balloon.c | |
parent | 6d994a7e42ab219ba3c10d5ffccf20990252881e (diff) |
drivers/misc/vmw_balloon.c: fix typo in code comment
Fix typo in code comment.
Signed-off-by: Rakib Mullick <rakib.mullick@gmail.com>
Acked-by: Dmitry Torokhov <dtor@vmware.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/misc/vmw_balloon.c')
-rw-r--r-- | drivers/misc/vmw_balloon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/vmw_balloon.c b/drivers/misc/vmw_balloon.c index 6983d80563cb..cd41d403c9df 100644 --- a/drivers/misc/vmw_balloon.c +++ b/drivers/misc/vmw_balloon.c | |||
@@ -151,7 +151,7 @@ MODULE_LICENSE("GPL"); | |||
151 | struct vmballoon_stats { | 151 | struct vmballoon_stats { |
152 | unsigned int timer; | 152 | unsigned int timer; |
153 | 153 | ||
154 | /* allocation statustics */ | 154 | /* allocation statistics */ |
155 | unsigned int alloc; | 155 | unsigned int alloc; |
156 | unsigned int alloc_fail; | 156 | unsigned int alloc_fail; |
157 | unsigned int sleep_alloc; | 157 | unsigned int sleep_alloc; |