diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/marker.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/marker.c b/src/marker.c index 8b964142034..c59f9a9ccb0 100644 --- a/src/marker.c +++ b/src/marker.c | |||
| @@ -49,7 +49,7 @@ clear_charpos_cache (b) | |||
| 49 | /* Converting between character positions and byte positions. */ | 49 | /* Converting between character positions and byte positions. */ |
| 50 | 50 | ||
| 51 | /* There are several places in the buffer where we know | 51 | /* There are several places in the buffer where we know |
| 52 | the corrspondence: BEG, BEGV, PT, GPT, ZV and Z, | 52 | the correspondence: BEG, BEGV, PT, GPT, ZV and Z, |
| 53 | and everywhere there is a marker. So we find the one of these places | 53 | and everywhere there is a marker. So we find the one of these places |
| 54 | that is closest to the specified position, and scan from there. */ | 54 | that is closest to the specified position, and scan from there. */ |
| 55 | 55 | ||