summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2011-04-06 17:50:38 -0400
committerRich Felker <dalias@aerifal.cx>2011-04-06 17:50:38 -0400
commit095ad156734a5a082e8717e59d76d75db286827c (patch)
tree2f7880bc4dabd602a24c2e8f7913775819d6423f /include
parent92bd4c60315554e116d4d46b6c4b66518ffd1272 (diff)
downloadmusl-095ad156734a5a082e8717e59d76d75db286827c.tar.gz
fix typo in sys/msg.h
Diffstat (limited to 'include')
-rw-r--r--include/sys/msg.h2
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