mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:38:11 +00:00
Kernel: Rename FS => FileSystem
This matches our common naming style better.
This commit is contained in:
parent
dd65f52331
commit
d53d9d3677
33 changed files with 108 additions and 108 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
namespace Kernel {
|
||||
|
||||
class FileBackedFS : public FS {
|
||||
class FileBackedFS : public FileSystem {
|
||||
public:
|
||||
virtual ~FileBackedFS() override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue