chiark / gitweb /
locale: make sure that l is freed
[elogind.git] / src / journal / mmap-cache.c
index 2b45e375c50eb03acb19162d8e26940360a97aac..7d6c6c22ba8e550ae7c9d353d95a09bf92ea96f1 100644 (file)
@@ -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)