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 92bd5a0..4ae522f 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