diff options
author | Torstein Husebø <torstein@huseboe.net> | 2015-05-26 19:17:30 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2015-05-26 19:55:51 +0200 |
commit | 45afd51974fb6a88c5b1fe0b325b7b20fd7b7449 (patch) | |
tree | 9cb40980ba75b2c39bcc4ecff535c53b973e47c0 /src/shared/util.c | |
parent | 185abfc3d6b4e8f804a3f7216cd8b0459593af87 (diff) |
treewide: fix typos
Diffstat (limited to 'src/shared/util.c')
-rw-r--r-- | src/shared/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/util.c b/src/shared/util.c index 34024bacc4..74a2190031 100644 --- a/src/shared/util.c +++ b/src/shared/util.c @@ -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) |