diff options
author | Yang Tse <yangsita@gmail.com> | 2007-01-27 01:56:20 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2007-01-27 01:56:20 +0000 |
commit | f1918aa3430c7cb3cb941a58d8d52b3798a53247 (patch) | |
tree | c085c445feacf875e82eeebec81622174ed8ee8c | |
parent | 56580fc6f8332cd459290a4abf8324003748feb4 (diff) |
sync comment with reality
-rw-r--r-- | lib/setup_once.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/setup_once.h b/lib/setup_once.h index a1e9f098f..ee6864158 100644 --- a/lib/setup_once.h +++ b/lib/setup_once.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2006, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2007, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -36,7 +36,7 @@ /* * If we have the MSG_NOSIGNAL define, make sure we use - * it as the fourth argument of send() and recv() + * it as the fourth argument of function send() */ #ifdef HAVE_MSG_NOSIGNAL |