PM / hibernate: fixed typo in comment
authorNiv Yehezkel <executerx@gmail.com>
Sat, 31 May 2014 10:26:01 +0000 (06:26 -0400)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 31 May 2014 22:23:07 +0000 (00:23 +0200)
Fix a trivial comment typo (s/mam/map) in kernel/power/swap.c.

Signed-off-by: Niv Yehezkel <executerx@gmail.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
kernel/power/swap.c

index 8c9a481..aaa3261 100644 (file)
@@ -567,7 +567,7 @@ static int lzo_compress_threadfn(void *data)
 
 /**
  * save_image_lzo - Save the suspend image data compressed with LZO.
- * @handle: Swap mam handle to use for saving the image.
+ * @handle: Swap map handle to use for saving the image.
  * @snapshot: Image to read data from.
  * @nr_to_write: Number of pages to save.
  */