diff options
author | Rich Felker <dalias@aerifal.cx> | 2011-04-06 17:50:38 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2011-04-06 17:50:38 -0400 |
commit | 095ad156734a5a082e8717e59d76d75db286827c (patch) | |
tree | 2f7880bc4dabd602a24c2e8f7913775819d6423f | |
parent | 92bd4c60315554e116d4d46b6c4b66518ffd1272 (diff) | |
download | musl-095ad156734a5a082e8717e59d76d75db286827c.tar.gz musl-095ad156734a5a082e8717e59d76d75db286827c.tar.xz musl-095ad156734a5a082e8717e59d76d75db286827c.zip |
fix typo in sys/msg.h
-rw-r--r-- | include/sys/msg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/msg.h b/include/sys/msg.h index 92bd5a00..4ae522fb 100644 --- a/include/sys/msg.h +++ b/include/sys/msg.h @@ -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 |