mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-26 16:51:46 -07:00
Fix typo: "size", not "ap->size"
Copied from Perforce Change: 182074 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
4b22229ef5
commit
6097320dfe
1 changed files with 1 additions and 1 deletions
|
|
@ -576,7 +576,7 @@ as refilling the buffer.
|
|||
The *reserve* operation thus looks like this::
|
||||
|
||||
if (ap->alloc + size <= ap->limit) {
|
||||
ap->alloc += ap->size;
|
||||
ap->alloc += size;
|
||||
p = ap->init;
|
||||
} else {
|
||||
res = mps_ap_fill(&p, ap, size);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue