mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-18 00:58:31 +00:00
flog: typo: mmaped -> mmapped
It is mapped, not maped. Same applies for mmap I guess. Found by codespell, except it wants to change it to mapped, which will make it less specific. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
parent
09348a277f
commit
d355c3681a
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ int flog_map_buf(int fdout)
|
|||
void *addr;
|
||||
|
||||
/*
|
||||
* Two buffers are mmaped into memory. A new one is mapped when a first
|
||||
* Two buffers are mmapped into memory. A new one is mapped when a first
|
||||
* one is completly filled.
|
||||
*/
|
||||
if (fbuf && (mbuf - fbuf < BUF_SIZE))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue