]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/util.c
treewide: fix typos
[thirdparty/systemd.git] / src / shared / util.c
index 34024bacc4d5cd0f3d098a37158a7a6f37a40865..74a21900318bf1fa0fbe5849c5437017fcf9e195 100644 (file)
@@ -5887,7 +5887,7 @@ int same_fd(int a, int b) {
 
         /* The fds refer to the same inode on disk, let's also check
          * if they have the same fd flags. This is useful to
-         * distuingish the read and write side of a pipe created with
+         * distinguish the read and write side of a pipe created with
          * pipe(). */
         fa = fcntl(a, F_GETFL);
         if (fa < 0)