]> granicus.if.org Git - python/commitdiff
Comment typo
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 19 Dec 2006 14:29:04 +0000 (14:29 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 19 Dec 2006 14:29:04 +0000 (14:29 +0000)
Modules/socketmodule.c

index c9f0388a302c4cabcfbfb2df83650adc3f09bb00..8ec0ed73ca3c1de9bdf00ee1c4776b278c3de474 100644 (file)
@@ -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