summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/sys/msg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/msg.h b/sys/sys/msg.h
index 11dfc7269c4..21e56ed8cbc 100644
--- a/sys/sys/msg.h
+++ b/sys/sys/msg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: msg.h,v 1.9 2002/07/03 21:19:08 miod Exp $ */
+/* $OpenBSD: msg.h,v 1.10 2002/12/10 21:30:09 pvalchev Exp $ */
/* $NetBSD: msg.h,v 1.9 1996/02/09 18:25:18 christos Exp $ */
/*
@@ -129,7 +129,7 @@ struct msg_sysctl_info {
#ifndef MSGSEG
#define MSGSEG 2048 /* must be less than 32767 */
#endif
-#undef MSGMAX /* ALWAYS compute MGSMAX! */
+#undef MSGMAX /* ALWAYS compute MSGMAX! */
#define MSGMAX (MSGSSZ*MSGSEG)
#ifndef MSGMNB
#define MSGMNB 2048 /* max # of bytes in a queue */