Browse Source

fix typo in sys/msg.h

Rich Felker 14 years ago
parent
commit
095ad15673
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/sys/msg.h

+ 1 - 1
include/sys/msg.h

@@ -23,7 +23,7 @@ struct msqid_ds
 	msgqnum_t msg_qnum;
 	msgqnum_t msg_qnum;
 	msglen_t msg_qbytes;
 	msglen_t msg_qbytes;
 	pid_t msg_lspid;
 	pid_t msg_lspid;
-	pid_t msd_lrpid;
+	pid_t msg_lrpid;
 };
 };
 
 
 #define MSG_NOERROR 010000
 #define MSG_NOERROR 010000