diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-05-15 11:15:06 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-05-15 11:15:06 +0200 |
commit | 09674074b57bee74ff1039f8ef08c2dea321c0da (patch) | |
tree | c8b866aca602a22a867a77eaab6eab1c8146db1c /src/sort.c | |
parent | aaa2d0db18509b7d2f1e35cbc9dc2b4443f1cce4 (diff) | |
download | emacs-09674074b57bee74ff1039f8ef08c2dea321c0da.tar.gz emacs-09674074b57bee74ff1039f8ef08c2dea321c0da.tar.bz2 emacs-09674074b57bee74ff1039f8ef08c2dea321c0da.zip |
; Fix typos
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 c7ccfc23055..d10ae692d33 100644 --- a/src/sort.c +++ b/src/sort.c @@ -783,7 +783,7 @@ merge_at (merge_state *ms, const ptrdiff_t i) } -/* Compute the "power" of the first of two adjacent runs begining at +/* Compute the "power" of the first of two adjacent runs beginning at index S1, with the first having length N1 and the second (starting at index S1+N1) having length N2. The run has total length N. */ |