fix typo in sys/msg.h
authorRich Felker <dalias@aerifal.cx>
Wed, 6 Apr 2011 21:50:38 +0000 (17:50 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 6 Apr 2011 21:50:38 +0000 (17:50 -0400)
include/sys/msg.h

index 92bd5a0037854698250e20bcf8d64dcb968992c8..4ae522fb3c70c7118fb3e515769ff6ff2f39016b 100644 (file)
@@ -23,7 +23,7 @@ struct msqid_ds
        msgqnum_t msg_qnum;
        msglen_t msg_qbytes;
        pid_t msg_lspid;
-       pid_t msd_lrpid;
+       pid_t msg_lrpid;
 };
 
 #define MSG_NOERROR 010000