diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2008-11-17 00:22:14 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2008-11-17 00:22:14 +0000 |
commit | 10d050bf44a1fa9dd93575f0957ca2007dcfe655 (patch) | |
tree | 8ce234c8a0f9f2fb5d4d704fcca9f0366411d062 /sys/dev/ic | |
parent | 080450b96541825548c8dcd55463a0242dd7b78b (diff) |
NETBSD -> OPENBSD in #endif comment.
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/isp_openbsd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/isp_openbsd.h b/sys/dev/ic/isp_openbsd.h index 356edbb15c8..19531cffcd2 100644 --- a/sys/dev/ic/isp_openbsd.h +++ b/sys/dev/ic/isp_openbsd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: isp_openbsd.h,v 1.29 2008/11/17 00:18:13 krw Exp $ */ +/* $OpenBSD: isp_openbsd.h,v 1.30 2008/11/17 00:22:13 krw Exp $ */ /* * OpenBSD Specific definitions for the QLogic ISP Host Adapter */ @@ -429,4 +429,4 @@ isp_wait_complete(struct ispsoftc *isp) #include <dev/ic/isp_library.h> -#endif /* _ISP_NETBSD_H */ +#endif /* _ISP_OPENBSD_H */ |