Mercurial > hg > xemacs-beta
comparison src/extents.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 | 4f39e57a82b4 |
children | 4dee0387b9de |
comparison
equal
deleted
inserted
replaced
5383:294ab9180fad | 5384:3889ef128488 |
---|---|
4409 /* ------------------------------- */ | 4409 /* ------------------------------- */ |
4410 /* verify_extent_modification() */ | 4410 /* verify_extent_modification() */ |
4411 /* ------------------------------- */ | 4411 /* ------------------------------- */ |
4412 | 4412 |
4413 /* verify_extent_modification() is called when a buffer or string is | 4413 /* verify_extent_modification() is called when a buffer or string is |
4414 modified to check whether the modification is occuring inside a | 4414 modified to check whether the modification is occurring inside a |
4415 read-only extent. | 4415 read-only extent. |
4416 */ | 4416 */ |
4417 | 4417 |
4418 struct verify_extents_arg | 4418 struct verify_extents_arg |
4419 { | 4419 { |