summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGoogler <noreply@google.com>2018-11-12 17:43:43 -0800
committerShentubot <shentubot@google.com>2018-11-12 17:44:46 -0800
commit25d07fbbed0de1e7173f0becb577f5481f98bed8 (patch)
treeadc2270b468e9e0c7fdb3e74f5951d7935a735db
parentc57b92a0c701122bd0cfcaa256f9fac942317548 (diff)
Internal change.
PiperOrigin-RevId: 221189534 Change-Id: Id20d318bed97d5226b454c9351df396d11251e1f
-rw-r--r--pkg/sentry/fs/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sentry/fs/README.md b/pkg/sentry/fs/README.md
index 7680187f4..a88a0cd3a 100644
--- a/pkg/sentry/fs/README.md
+++ b/pkg/sentry/fs/README.md
@@ -72,7 +72,7 @@ Specifically this state is:
- A `kernel.FDMap` containing pointers to open files.
Anything else managed by the VFS that can be easily loaded into memory from a
-filesystem is synced back to those filesystems and is no saved. Examples are
+filesystem is synced back to those filesystems and is not saved. Examples are
pages in page caches used for optimizations (i.e. readahead and writeback), and
directory entries used to accelerate path lookups.