summary refs log tree commit diff
path: root/resolv/res_send.c
diff options
context:
space:
mode:
Diffstat (limited to 'resolv/res_send.c')
-rw-r--r--resolv/res_send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/resolv/res_send.c b/resolv/res_send.c
index a5b4fba44b..60d8ef2fb9 100644
--- a/resolv/res_send.c
+++ b/resolv/res_send.c
@@ -96,7 +96,7 @@ static char rcsid[] = "$Id$";
 
 static int s = -1;	/* socket used for communications */
 static int connected = 0;	/* is the socket connected */
-static int vc = 0;	/* is the socket a virtual ciruit? */
+static int vc = 0;	/* is the socket a virtual circuit? */
 
 #ifndef FD_SET
 /* XXX - should be in portability.h */