cleanup: spelling fixes in comments
[lttng-ust.git] / src / lib / lttng-ust-common / fd-tracker.c
index 7a17e2a0ab32bb00a851088ad896e746244b1ac9..b2d881a365a954e8ed3bc0c166f87a7e8c9bc1b4 100644 (file)
@@ -284,7 +284,7 @@ int lttng_ust_add_fd_to_tracker(int fd)
 
        /* Trying to add an fd which we can not accommodate. */
        assert(IS_FD_VALID(fd));
-       /* Setting an fd thats already set. */
+       /* Setting an fd that's already set. */
        assert(!IS_FD_SET(fd, lttng_fd_set));
 
        ADD_FD_TO_SET(fd, lttng_fd_set);
This page took 0.023193 seconds and 4 git commands to generate.