diff options
| author | Paul Eggert | 2024-06-04 22:13:47 -0700 |
|---|---|---|
| committer | Paul Eggert | 2024-06-04 22:16:28 -0700 |
| commit | 3dcac22dd4225fdec0b97408da38f74de2a77bef (patch) | |
| tree | c79a8563efbed67aae0bba5d46b628c1e8a5b69b /src/sort.c | |
| parent | 636461686f1d36388d4523cbb10eb7ec3bbbd63e (diff) | |
| download | emacs-3dcac22dd4225fdec0b97408da38f74de2a77bef.tar.gz emacs-3dcac22dd4225fdec0b97408da38f74de2a77bef.zip | |
Spelling fixes
Diffstat (limited to 'src/sort.c')
| -rw-r--r-- | src/sort.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sort.c b/src/sort.c index dc9f49016aa..24c3e94f50c 100644 --- a/src/sort.c +++ b/src/sort.c | |||
| @@ -1130,7 +1130,7 @@ tim_sort (Lisp_Object predicate, Lisp_Object keyfunc, | |||
| 1130 | keys[i] = call1 (keyfunc, seq[i]); | 1130 | keys[i] = call1 (keyfunc, seq[i]); |
| 1131 | 1131 | ||
| 1132 | /* FIXME: This is where we would check the keys for interesting | 1132 | /* FIXME: This is where we would check the keys for interesting |
| 1133 | properties for more optimised comparison (such as all being fixnums | 1133 | properties for more optimized comparison (such as all being fixnums |
| 1134 | etc). */ | 1134 | etc). */ |
| 1135 | 1135 | ||
| 1136 | /* March over the array once, left to right, finding natural runs, | 1136 | /* March over the array once, left to right, finding natural runs, |