summaryrefslogtreecommitdiffstats
path: root/lib/libutil/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libutil/util.h')
-rw-r--r--lib/libutil/util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libutil/util.h b/lib/libutil/util.h
index 15bf32db3a7..d7aa8faed4b 100644
--- a/lib/libutil/util.h
+++ b/lib/libutil/util.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: util.h,v 1.35 2017/04/20 17:48:30 nicm Exp $ */
+/* $OpenBSD: util.h,v 1.36 2019/08/30 03:57:56 deraadt Exp $ */
/* $NetBSD: util.h,v 1.2 1996/05/16 07:00:22 thorpej Exp $ */
/*-
@@ -52,7 +52,7 @@
#define OPENDEV_BLCK 0x04 /* Open block, not character device. */
/*
- * uucplock(3) specific flags.
+ * uu_lock(3) specific flags.
*/
#define UU_LOCK_INUSE (1)
#define UU_LOCK_OK (0)