artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6090c86
)
Typo in a printf, should be 'bytes' not 'blocks'
author
mlarkin
<mlarkin@openbsd.org>
Tue, 14 Jan 2014 09:57:51 +0000
(09:57 +0000)
committer
mlarkin
<mlarkin@openbsd.org>
Tue, 14 Jan 2014 09:57:51 +0000
(09:57 +0000)
sys/kern/subr_hibernate.c
patch
|
blob
|
history
diff --git
a/sys/kern/subr_hibernate.c
b/sys/kern/subr_hibernate.c
index
b724c4a
..
c4ff156
100644
(file)
--- a/
sys/kern/subr_hibernate.c
+++ b/
sys/kern/subr_hibernate.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: subr_hibernate.c,v 1.8
1 2013/11/21 00:13:33 dlg Exp $
*/
+/* $OpenBSD: subr_hibernate.c,v 1.8
2 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 b
lock
s\n",
+ printf("unhibernating @ block %lld length %lu b
yte
s\n",
hib->sig_offset - chunktable_size,
compressed_size);