[Python-checkins] python/dist/src/Objects longobject.c,1.122,1.123

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Sun, 11 Aug 2002 19:54:12 -0700


Update of /cvsroot/python/python/dist/src/Objects
In directory usw-pr-cvs1:/tmp/cvs-serv11469/python/Objects

Modified Files:
	longobject.c 
Log Message:
k_mul():  Repaired another typo in another comment.


Index: longobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/longobject.c,v
retrieving revision 1.122
retrieving revision 1.123
diff -C2 -d -r1.122 -r1.123
*** longobject.c	12 Aug 2002 02:43:58 -0000	1.122
--- longobject.c	12 Aug 2002 02:54:10 -0000	1.123
***************
*** 1568,1572 ****
  	 */
  
! 	/* We want to split based on the larger number; fiddle so that a
  	 * is largest.
  	 */
--- 1568,1572 ----
  	 */
  
! 	/* We want to split based on the larger number; fiddle so that b
  	 * is largest.
  	 */