Mercurial > hg > xemacs-beta
diff src/window.c @ 5474:4dee0387b9de
Merged with trunk.
author | Mats Lidell <matsl@xemacs.org> |
---|---|
date | Tue, 29 Mar 2011 00:02:47 +0200 |
parents | 308d34e9f07d 3889ef128488 |
children | 56144c8593a8 |
line wrap: on
line diff
--- a/src/window.c Thu Mar 17 23:42:59 2011 +0100 +++ b/src/window.c Tue Mar 29 00:02:47 2011 +0200 @@ -5168,10 +5168,10 @@ struct window_mirror_stats { struct usage_stats u; - /* Ancilliary non-lisp */ + /* Ancillary non-lisp */ Bytecount redisplay_structs; #ifdef HAVE_SCROLLBARS - /* Ancilliary Lisp */ + /* Ancillary Lisp */ Bytecount scrollbar; #endif };