diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2012-09-04 19:24:16 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-09-13 19:34:24 +0200 |
commit | c53158818d8cdaf46b3f1b5299b9bda118a1043f (patch) | |
tree | 3ebddf2e2fd9d3280d59d80e382d83a0042a5706 /src/journal/mmap-cache.c | |
parent | ff89a42a8602443b9a74be276cf3ee351b3914c7 (diff) |
man: fix a bunch of typos in docs
https://bugs.freedesktop.org/show_bug.cgi?id=54501
Diffstat (limited to 'src/journal/mmap-cache.c')
-rw-r--r-- | src/journal/mmap-cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal/mmap-cache.c b/src/journal/mmap-cache.c index 2b45e375c5..7d6c6c22ba 100644 --- a/src/journal/mmap-cache.c +++ b/src/journal/mmap-cache.c @@ -392,7 +392,7 @@ static int mmap_cache_put( if (st) { /* Memory maps that are larger then the files - underneath have undefined behaviour. Hence, clamp + underneath have undefined behavior. Hence, clamp things to the file size if we know it */ if (woffset >= (uint64_t) st->st_size) |