From: Paolo 'Blaisorblade' Giarrusso Date: Sat, 3 Sep 2005 22:54:53 +0000 (-0700) Subject: [PATCH] comment typo fix X-Git-Tag: firefly_0821_release~42119 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e83a9596712eb784e7e6604f43a2c140eb912743;p=firefly-linux-kernel-4.4.55.git [PATCH] comment typo fix smp_entry_t -> swap_entry_t Signed-off-by: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/linux/swapops.h b/include/linux/swapops.h index d4c7db35e708..87b9d14c710d 100644 --- a/include/linux/swapops.h +++ b/include/linux/swapops.h @@ -4,7 +4,7 @@ * the low-order bits. * * 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. * * swp_entry_t's are *never* stored anywhere in their arch-dependent format.