summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_hibernate.c
diff options
context:
space:
mode:
authormlarkin <mlarkin@openbsd.org>2014-01-14 09:57:51 +0000
committermlarkin <mlarkin@openbsd.org>2014-01-14 09:57:51 +0000
commit348d69c29f98d90256af05e8f461a39c720c4059 (patch)
tree1ca69fc79396b75d3ba4ff617113101542fba6e5 /sys/kern/subr_hibernate.c
parentupdate references to posix-2008, and point STANDARDS to some of the extension (diff)
downloadwireguard-openbsd-348d69c29f98d90256af05e8f461a39c720c4059.tar.xz
wireguard-openbsd-348d69c29f98d90256af05e8f461a39c720c4059.zip
Typo in a printf, should be 'bytes' not 'blocks'
Diffstat (limited to 'sys/kern/subr_hibernate.c')
-rw-r--r--sys/kern/subr_hibernate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/subr_hibernate.c b/sys/kern/subr_hibernate.c
index b724c4a4cfd..c4ff1564d23 100644
--- a/sys/kern/subr_hibernate.c
+++ b/sys/kern/subr_hibernate.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: subr_hibernate.c,v 1.81 2013/11/21 00:13:33 dlg Exp $ */
+/* $OpenBSD: subr_hibernate.c,v 1.82 2014/01/14 09:57:51 mlarkin Exp $ */
/*
* Copyright (c) 2011 Ariane van der Steldt <ariane@stack.nl>
@@ -1610,7 +1610,7 @@ hibernate_read_image(union hibernate_info *hib)
disk_size = compressed_size;
- printf("unhibernating @ block %lld length %lu blocks\n",
+ printf("unhibernating @ block %lld length %lu bytes\n",
hib->sig_offset - chunktable_size,
compressed_size);