From ab56dc5a8b9b06e3cd2b84099c140ade636f3de5 Mon Sep 17 00:00:00 2001 From: liaoweixiong Date: Fri, 15 Nov 2019 18:53:53 +0800 Subject: [PATCH] README: fix incorrect description In my point of view, file updates will commit to filesystem only when sync or close. There is a extra word 'no' here. Fixes: bdff4bc59eb6 ("Updated DESIGN.md to reflect v2 changes") Signed-off-by: liaoweixiong --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8017983..41d5890 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ directory functions, with the deviation that the allocation of filesystem structures must be provided by the user. All POSIX operations, such as remove and rename, are atomic, even in event -of power-loss. Additionally, no file updates are not actually committed to +of power-loss. Additionally, file updates are not actually committed to the filesystem until sync or close is called on the file. ## Other notes