Merge "Fix spelling."

gugelfrei
Nick Kralevich 11 years ago committed by Gerrit Code Review
commit 5d27f0a714

@ -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;
}

Loading…
Cancel
Save