Fix typo in debug message

This commit is contained in:
Thomas Graf 2011-10-28 12:30:31 +02:00
parent 9c7593cc9b
commit 8104b52f75

View file

@ -580,7 +580,7 @@ continue_reading:
hdr = (struct nlmsghdr *) buf;
while (nlmsg_ok(hdr, n)) {
NL_DBG(3, "recgmsgs(%p): Processing valid message...\n", sk);
NL_DBG(3, "recvmsgs(%p): Processing valid message...\n", sk);
nlmsg_free(msg);
msg = nlmsg_convert(hdr);