summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2008-01-14 22:05:19 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2008-01-14 22:05:19 +0000
commit0e45ff2bdef56ef7cb632aecc362052c4c05fe87 (patch)
tree4bba3051f6908b375ae2954333a68ad03576f054
parentf582ba710851aa64397fe7a63b048fb80586a200 (diff)
Remove extra whitespace after comment; makes file identical to i386 version
(except for RCS string of course).
-rw-r--r--sys/arch/amd64/amd64/dkcsum.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/amd64/dkcsum.c b/sys/arch/amd64/amd64/dkcsum.c
index b046aeab844..8359bab9383 100644
--- a/sys/arch/amd64/amd64/dkcsum.c
+++ b/sys/arch/amd64/amd64/dkcsum.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dkcsum.c,v 1.10 2007/12/10 17:36:56 deraadt Exp $ */
+/* $OpenBSD: dkcsum.c,v 1.11 2008/01/14 22:05:18 kettenis Exp $ */
/*-
* Copyright (c) 1997 Niklas Hallqvist. All rights reserved.
@@ -175,7 +175,7 @@ dkcsumattach(void)
* out in the bootblocks.
*/
- /* B_TYPE dependent hd unit counting bootblocks */
+ /* B_TYPE dependent hd unit counting bootblocks */
if ((B_TYPE(bootdev) == B_TYPE(hit->bsd_dev)) &&
(B_UNIT(bootdev) == B_UNIT(hit->bsd_dev))) {
int type, ctrl, adap, part, unit;