Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/net/sys Fix typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/107cfc318a42
branches:  trunk
changeset: 755618:107cfc318a42
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Jun 12 15:01:04 2010 +0000

description:
Fix typo in comment.

diffstat:

 tests/net/sys/t_connect.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f2c9c4c8d45c -r 107cfc318a42 tests/net/sys/t_connect.c
--- a/tests/net/sys/t_connect.c Sat Jun 12 14:31:29 2010 +0000
+++ b/tests/net/sys/t_connect.c Sat Jun 12 15:01:04 2010 +0000
@@ -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);



Home | Main Index | Thread Index | Old Index