diff options
| author | Jim Blandy | 1993-06-09 11:59:12 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-06-09 11:59:12 +0000 |
| commit | eb8c3be94e12644f506b8857e49ffef88046bb0b (patch) | |
| tree | 505c4ea5ae59214e4d6e749047d160c98191c9d2 /src/alloc.c | |
| parent | 16a4a21d0117ef5ed346f340f244fe199d3c8a26 (diff) | |
| download | emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.tar.gz emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.zip | |
Apply typo patches from Paul Eggert.
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/alloc.c b/src/alloc.c index 56b59f5006d..f47287d4b01 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -359,7 +359,7 @@ mark_interval_tree (tree) | |||
| 359 | { if (!NULL_INTERVAL_P (i)) mark_interval_tree (i); } | 359 | { if (!NULL_INTERVAL_P (i)) mark_interval_tree (i); } |
| 360 | 360 | ||
| 361 | /* The oddity in the call to XUNMARK is necessary because XUNMARK | 361 | /* The oddity in the call to XUNMARK is necessary because XUNMARK |
| 362 | expands to an assigment to its argument, and most C compilers don't | 362 | expands to an assignment to its argument, and most C compilers don't |
| 363 | support casts on the left operand of `='. */ | 363 | support casts on the left operand of `='. */ |
| 364 | #define UNMARK_BALANCE_INTERVALS(i) \ | 364 | #define UNMARK_BALANCE_INTERVALS(i) \ |
| 365 | { \ | 365 | { \ |
| @@ -1444,7 +1444,7 @@ clear_marks () | |||
| 1444 | If the object referred to has not been seen yet, recursively mark | 1444 | If the object referred to has not been seen yet, recursively mark |
| 1445 | all the references contained in it. | 1445 | all the references contained in it. |
| 1446 | 1446 | ||
| 1447 | If the object referenced is a short string, the referrencing slot | 1447 | If the object referenced is a short string, the referencing slot |
| 1448 | is threaded into a chain of such slots, pointed to from | 1448 | is threaded into a chain of such slots, pointed to from |
| 1449 | the `size' field of the string. The actual string size | 1449 | the `size' field of the string. The actual string size |
| 1450 | lives in the last slot in the chain. We recognize the end | 1450 | lives in the last slot in the chain. We recognize the end |