Mercurial > hg > xemacs-beta
comparison src/window.c @ 5384:3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
See xemacs-patches message with ID
<AANLkTi=edkEKtK3pZ60ytsG5pTJQy2TjAEVCZCLOa-oA@mail.gmail.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Thu, 24 Mar 2011 11:00:11 -0600 |
parents | c0f518284a68 |
children | 4dee0387b9de |
comparison
equal
deleted
inserted
replaced
5383:294ab9180fad | 5384:3889ef128488 |
---|---|
5168 #ifdef MEMORY_USAGE_STATS | 5168 #ifdef MEMORY_USAGE_STATS |
5169 | 5169 |
5170 struct window_mirror_stats | 5170 struct window_mirror_stats |
5171 { | 5171 { |
5172 struct usage_stats u; | 5172 struct usage_stats u; |
5173 /* Ancilliary non-lisp */ | 5173 /* Ancillary non-lisp */ |
5174 Bytecount redisplay_structs; | 5174 Bytecount redisplay_structs; |
5175 #ifdef HAVE_SCROLLBARS | 5175 #ifdef HAVE_SCROLLBARS |
5176 /* Ancilliary Lisp */ | 5176 /* Ancillary Lisp */ |
5177 Bytecount scrollbar; | 5177 Bytecount scrollbar; |
5178 #endif | 5178 #endif |
5179 }; | 5179 }; |
5180 | 5180 |
5181 struct window_stats | 5181 struct window_stats |