Module Name: src
Committed By: wiz
Date: Sat Jun 12 15:01:04 UTC 2010
Modified Files:
src/tests/net/sys: t_connect.c
Log Message:
Fix typo in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/net/sys/t_connect.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/net/sys/t_connect.c
diff -u src/tests/net/sys/t_connect.c:1.2 src/tests/net/sys/t_connect.c:1.3
--- src/tests/net/sys/t_connect.c:1.2 Sat Jun 12 14:31:29 2010
+++ src/tests/net/sys/t_connect.c Sat Jun 12 15:01:04 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: t_connect.c,v 1.2 2010/06/12 14:31:29 pooka Exp $ */
+/* $NetBSD: t_connect.c,v 1.3 2010/06/12 15:01:04 wiz Exp $ */
/*
* Copyright (c) 2007, 2008 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -52,7 +52,7 @@
slist = socket(AF_INET, SOCK_STREAM, 0);
sd = socket(AF_INET, SOCK_STREAM, 0);
- /* bind listening sucket */
+ /* bind listening socket */
memset(&sinlist, 0, sizeof(sinlist));
sinlist.sin_family = AF_INET;
sinlist.sin_port = htons(31522);