]> ruderich.org/simon Gitweb - coloredstderr/coloredstderr.git/blobdiff - src/trackfds.h
Minor documentation updates.
[coloredstderr/coloredstderr.git] / src / trackfds.h
index 34f0b1d8db793fe8274b02ac52cd9df8abb38ad0..476093818a5dae4aabe2b1c1e50c7680124e18a1 100644 (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;
         }