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:
Kir Kolyshkin 2022-04-06 17:45:57 -07:00 committed by Andrei Vagin
parent 09348a277f
commit d355c3681a

View file

@ -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))