summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMarc Balmer <mbalmer@cvs.openbsd.org>2007-11-07 09:56:23 +0000
committerMarc Balmer <mbalmer@cvs.openbsd.org>2007-11-07 09:56:23 +0000
commitc250dac9dff1b940a64dceaac1c885d2a1f0be1b (patch)
tree6a8a9ef20608647fd2268d1341ef18935abc90ca /sys
parent33911f4a5c28457f5e23e7f6f60d7f0fe97f0bbd (diff)
Fix a comment.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/mbg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/mbg.c b/sys/dev/pci/mbg.c
index d9bb4ff2c1a..53427a1c4d8 100644
--- a/sys/dev/pci/mbg.c
+++ b/sys/dev/pci/mbg.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mbg.c,v 1.20 2007/11/05 19:58:29 mbalmer Exp $ */
+/* $OpenBSD: mbg.c,v 1.21 2007/11/07 09:56:22 mbalmer Exp $ */
/*
* Copyright (c) 2006, 2007 Marc Balmer <mbalmer@openbsd.org>
@@ -134,7 +134,7 @@ struct mbg_time_hr {
#define MBG_SIG_BIAS 55
#define MBG_SIG_MAX 68
#define NSECPERSEC 1000000000LL /* nanoseconds per second */
-#define HRDIVISOR 0x100000000LL / for hi-res timestamp */
+#define HRDIVISOR 0x100000000LL /* for hi-res timestamp */
int mbg_probe(struct device *, void *, void *);
void mbg_attach(struct device *, struct device *, void *);