mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-17 13:52:42 +00:00
vfs: Fix typo in VfsFilesystem docs
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user