Apply some touchups

This commit is contained in:
Justine Tunney 2021-02-07 06:11:44 -08:00
parent 9f149e1de3
commit 2f3bd90216
139 changed files with 1188 additions and 1154 deletions

View file

@ -21,7 +21,7 @@
#include "libc/dce.h"
/**
* Flushes file system changes to disk to the greatest extent possible.
* Flushes file system changes to disk by any means necessary.
*/
void sync(void) {
if (!IsWindows()) {