diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2006-12-19 14:29:04 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2006-12-19 14:29:04 (GMT) |
commit | 8d0baae7cd00fb16bbdf79c4650e18a4c513474c (patch) | |
tree | 969d7be250510f3d74214d6a9a0952d478c89580 /Modules | |
parent | 64df22bdb5872bf63bd580ea6191a309a7a7c0a2 (diff) | |
download | cpython-8d0baae7cd00fb16bbdf79c4650e18a4c513474c.zip cpython-8d0baae7cd00fb16bbdf79c4650e18a4c513474c.tar.gz cpython-8d0baae7cd00fb16bbdf79c4650e18a4c513474c.tar.bz2 |
Comment typo
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/socketmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/socketmodule.c b/Modules/socketmodule.c index c9f0388..8ec0ed7 100644 --- a/Modules/socketmodule.c +++ b/Modules/socketmodule.c @@ -2210,7 +2210,7 @@ The mode and buffersize arguments are as for the built-in open() function."); /* * This is the guts of the recv() and recv_into() methods, which reads into a - * char buffer. If you have any inc/def ref to do to the objects that contain + * char buffer. If you have any inc/dec ref to do to the objects that contain * the buffer, do it in the caller. This function returns the number of bytes * succesfully read. If there was an error, it returns -1. Note that it is * also possible that we return a number of bytes smaller than the request |