vfs: Fix typo in VfsFilesystem docs
This commit is contained in:
parent
2b6128fe0b
commit
94cf327e77
2 changed files with 5 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue