diff options
author | Googler <noreply@google.com> | 2018-11-12 17:43:43 -0800 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-11-12 17:44:46 -0800 |
commit | 25d07fbbed0de1e7173f0becb577f5481f98bed8 (patch) | |
tree | adc2270b468e9e0c7fdb3e74f5951d7935a735db /pkg | |
parent | c57b92a0c701122bd0cfcaa256f9fac942317548 (diff) |
Internal change.
PiperOrigin-RevId: 221189534
Change-Id: Id20d318bed97d5226b454c9351df396d11251e1f
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/sentry/fs/README.md | 2 |
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. |