diff options
author | Yang Tse <yangsita@gmail.com> | 2008-07-16 19:24:03 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-07-16 19:24:03 +0000 |
commit | 362422641e15aa500991ab8508eb0c10cf86b1e5 (patch) | |
tree | fa06e33e6fdc1572389243bd9f33f6324f702286 | |
parent | a9dc900515a28dcf55b2901a8609072430087693 (diff) |
fix comment
-rw-r--r-- | lib/config.dos | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/config.dos b/lib/config.dos index 46b4a385d..7d317b846 100644 --- a/lib/config.dos +++ b/lib/config.dos @@ -64,7 +64,7 @@ #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 -/* Qualifiers for send(), recv() and recv(). */ +/* Qualifiers for send(), recv() and recvfrom(). */ #define SEND_TYPE_ARG1 int #define SEND_QUAL_ARG2 const |