Yet another silly little byte saving. couldn't -> cannot

This commit is contained in:
Denis Vlasenko
2006-09-29 21:30:43 +00:00
parent 6c30db8bd3
commit a959588b80
17 changed files with 33 additions and 33 deletions

View File

@@ -792,7 +792,7 @@ end_option:
}
fdflags = fcntl(STDIN_FILENO, F_GETFL);
if (fdflags == -1 || fcntl(STDIN_FILENO, F_SETFL, fdflags & ~O_NONBLOCK) < 0)
perror_on_device_and_die("%s: couldn't reset non-blocking mode");
perror_on_device_and_die("%s: cannot reset non-blocking mode");
}
/* Initialize to all zeroes so there is no risk memcmp will report a