--- linux/kernel/power/swsusp.c~ 2005-04-22 17:07:56.000000000 +0200 +++ linux/kernel/power/swsusp.c 2005-04-22 17:09:22.000000000 +0200 @@ -1239,7 +1239,7 @@ static int check_sig(void) */ error = bio_write_page(0, &swsusp_header); } else { - printk(KERN_ERR "swsusp: Suspend partition has wrong signature?\n"); + printk(KERN_ERR "swsusp: Suspend partition is no suspend image.\n"); return -EINVAL; } if (!error)