[Python-checkins] CVS: python/dist/src/Objects dictobject.c,2.84,2.85

Tim Peters tim_one@users.sourceforge.net
Thu, 10 May 2001 11:58:33 -0700


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

Modified Files:
	dictobject.c 
Log Message:
Repair typo in comment.


Index: dictobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/dictobject.c,v
retrieving revision 2.84
retrieving revision 2.85
diff -C2 -r2.84 -r2.85
*** dictobject.c	2001/05/10 08:32:44	2.84
--- dictobject.c	2001/05/10 18:58:31	2.85
***************
*** 1078,1082 ****
  	if (adiff == NULL) {
  		assert(!aval);
! 		/* Either an error, or a is a subst with the same length so
  		 * must be equal.
  		 */
--- 1078,1082 ----
  	if (adiff == NULL) {
  		assert(!aval);
! 		/* Either an error, or a is a subset with the same length so
  		 * must be equal.
  		 */