Commit e83a9596 authored by Paolo 'Blaisorblade' Giarrusso's avatar Paolo 'Blaisorblade' Giarrusso Committed by Linus Torvalds

[PATCH] comment typo fix

smp_entry_t -> swap_entry_t
Signed-off-by: default avatarPaolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 836d5ffd
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* the low-order bits. * the low-order bits.
* *
* We arrange the `type' and `offset' fields so that `type' is at the five * We arrange the `type' and `offset' fields so that `type' is at the five
* high-order bits of the smp_entry_t and `offset' is right-aligned in the * high-order bits of the swp_entry_t and `offset' is right-aligned in the
* remaining bits. * remaining bits.
* *
* swp_entry_t's are *never* stored anywhere in their arch-dependent format. * swp_entry_t's are *never* stored anywhere in their arch-dependent format.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment