Browse Source

fix typo in sys/msg.h

Rich Felker 14 năm trước cách đây
mục cha
commit
095ad15673
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      include/sys/msg.h

+ 1 - 1
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