summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTom Cosgrove <tom@cvs.openbsd.org>2016-09-01 08:33:41 +0000
committerTom Cosgrove <tom@cvs.openbsd.org>2016-09-01 08:33:41 +0000
commit4ba539e35e5d3852bc00f4d828abc4006cb5212f (patch)
tree095a3bc525dceab9f98b976c864f5fe0e6057d14 /sys
parent43f46503b8063042a399256860a7ff340066c079 (diff)
Fix comment in sys/sem.h
From Michal Mazurek <akfaew at jasminek dot net> ok guenther@
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/sem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/sem.h b/sys/sys/sem.h
index a60bf070280..184482d7810 100644
--- a/sys/sys/sem.h
+++ b/sys/sys/sem.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sem.h,v 1.23 2014/11/23 04:31:42 guenther Exp $ */
+/* $OpenBSD: sem.h,v 1.24 2016/09/01 08:33:40 tom Exp $ */
/* $NetBSD: sem.h,v 1.8 1996/02/09 18:25:29 christos Exp $ */
/*
@@ -195,4 +195,4 @@ int semop(int, struct sembuf *, size_t);
__END_DECLS
#endif /* !_KERNEL */
-#endif /* !_SEM_H_ */
+#endif /* !_SYS_SEM_H_ */