Minor documentation updates.

This commit is contained in:
Simon Ruderich
2013-06-05 01:07:47 +02:00
parent 374b11a314
commit a9db9083b6
2 changed files with 3 additions and 2 deletions

View File

@@ -138,7 +138,7 @@ static void update_environment(void) {
for (i = 0; i < tracked_fds_count; i++) {
int length = snprintf(x, 10 + 1, "%d", tracked_fds[i]);
if (length >= 10 + 1) {
/* Integer too bit to fit the buffer, skip it. */
/* Integer too big to fit the buffer, skip it. */
continue;
}