summaryrefslogtreecommitdiff
path: root/src/shared/fdset.c
diff options
context:
space:
mode:
authorTorstein Husebø <torstein@huseboe.net>2015-05-26 19:17:30 +0200
committerTom Gundersen <teg@jklm.no>2015-05-26 19:55:51 +0200
commit45afd51974fb6a88c5b1fe0b325b7b20fd7b7449 (patch)
tree9cb40980ba75b2c39bcc4ecff535c53b973e47c0 /src/shared/fdset.c
parent185abfc3d6b4e8f804a3f7216cd8b0459593af87 (diff)
treewide: fix typos
Diffstat (limited to 'src/shared/fdset.c')
-rw-r--r--src/shared/fdset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/fdset.c b/src/shared/fdset.c
index 31849272bd..6101b628ec 100644
--- a/src/shared/fdset.c
+++ b/src/shared/fdset.c
@@ -32,7 +32,7 @@
#define MAKE_SET(s) ((Set*) s)
#define MAKE_FDSET(s) ((FDSet*) s)
-/* Make sure we can distuingish fd 0 and NULL */
+/* Make sure we can distinguish fd 0 and NULL */
#define FD_TO_PTR(fd) INT_TO_PTR((fd)+1)
#define PTR_TO_FD(p) (PTR_TO_INT(p)-1)