diff lisp/bytecomp/byte-optimize.el @ 2:ac2d302a0011 r19-15b2

Import from CVS: tag r19-15b2
author cvs
date Mon, 13 Aug 2007 08:46:35 +0200
parents 376386a54a3c
children 0293115a14e9
line wrap: on
line diff
--- a/lisp/bytecomp/byte-optimize.el	Mon Aug 13 08:45:53 2007 +0200
+++ b/lisp/bytecomp/byte-optimize.el	Mon Aug 13 08:46:35 2007 +0200
@@ -1186,7 +1186,7 @@
 	    (progn (setq ptr (1+ ptr))
 		   (lsh (aref bytes ptr) 8))))
 	;; XEmacs: this code was here before.  FSF's first comparison
-	;; is (>= op byte-listN).  It appears the the rel-goto stuff
+	;; is (>= op byte-listN).  It appears that the rel-goto stuff
 	;; does not exist in FSF 19.30.  It doesn't exist in 19.28
 	;; either, so I'm going to assume that this is an improvement
 	;; on our part and leave it in. --ben