diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2002-12-10 21:30:10 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2002-12-10 21:30:10 +0000 |
commit | 9932e3251fb01d5ae2cb674d94850bc4e45b94dd (patch) | |
tree | 48225d2751432b1da0a51005d3b86f937d0616d1 | |
parent | 3b7c681d91aea2757daf88cdb53b4b4a9a45f143 (diff) |
fix a typo in a comment; from Gabriel
-rw-r--r-- | sys/sys/msg.h | 4 |
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 */ |