Commit 3b20c39c authored by Nick Kralevich's avatar Nick Kralevich
Browse files

Fix spelling.

Change-Id: I81debc5063716d7cbea060a0abb34c646d7cda93
parent bacdfc0e
......@@ -64,7 +64,7 @@ int NetlinkManager::start() {
}
if (setsockopt(mSock, SOL_SOCKET, SO_RCVBUFFORCE, &sz, sizeof(sz)) < 0) {
SLOGE("Unable to set uevent socket SO_RECBUFFORCE option: %s", strerror(errno));
SLOGE("Unable to set uevent socket SO_RCVBUFFORCE option: %s", strerror(errno));
return -1;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment