mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
Kernel: Rename FS => FileSystem
This matches our common naming style better.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
class FileBackedFS : public FS {
|
||||
class FileBackedFS : public FileSystem {
|
||||
public:
|
||||
virtual ~FileBackedFS() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user