summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Kuethe <ckuethe@cvs.openbsd.org>2007-05-28 23:39:08 +0000
committerChris Kuethe <ckuethe@cvs.openbsd.org>2007-05-28 23:39:08 +0000
commitbf94d7102881b1f43d30a2cea2418fd78c3ae6cd (patch)
tree8790c661020f4190247dbb7a5b73371c345f21ab
parentfc40c29758dd04369f5f48d3acd4a685eea39418 (diff)
fix C++ style comment
from brad, ok deraadt
-rw-r--r--sys/dev/pci/if_xge.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_xge.c b/sys/dev/pci/if_xge.c
index 88b7184f759..c4404f7ad51 100644
--- a/sys/dev/pci/if_xge.c
+++ b/sys/dev/pci/if_xge.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_xge.c,v 1.41 2007/05/26 18:40:28 dlg Exp $ */
+/* $OpenBSD: if_xge.c,v 1.42 2007/05/28 23:39:07 ckuethe Exp $ */
/* $NetBSD: if_xge.c,v 1.1 2005/09/09 10:30:27 ragge Exp $ */
/*
@@ -443,7 +443,7 @@ xge_attach(struct device *parent, struct device *self, void *aux)
val = PIF_RCSR(SW_RESET);
val &= 0xffff00ffffffffffULL;
PIF_WCSR(SW_RESET,val);
- delay(1000*1000); //wait for 1 sec
+ delay(1000*1000); /* wait for 1 sec */
}
/* 29, Bring adapter out of reset */