Explorar o código

fix typo in sys/msg.h

Rich Felker %!s(int64=14) %!d(string=hai) anos
pai
achega
095ad15673
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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