vfs: Fix typo in VfsFilesystem docs

This commit is contained in:
Zach Hilman 2018-08-08 14:34:06 -04:00
parent 2b6128fe0b
commit 94cf327e77
2 changed files with 5 additions and 4 deletions

View file

@ -31,7 +31,7 @@ enum class VfsEntryType {
Directory,
};
// A class represnting an abstract filesystem. A default implementation given the root VirtualDir is
// A class representing an abstract filesystem. A default implementation given the root VirtualDir is
// provided for convenience, but if the Vfs implementation has any additional state or
// functionality, they will need to override.
struct VfsFilesystem : NonCopyable {