1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 19:57:45 +00:00

Kernel: Replace "Folder" => "Directory" everywhere

Folders are a GUI concept, file systems have directories. :^)
This commit is contained in:
Andreas Kling 2021-07-11 01:33:40 +02:00
parent 5ec3f5433e
commit 805319ed30
13 changed files with 165 additions and 165 deletions

View file

@ -92,7 +92,7 @@ private:
size_t m_smbios_structure_table_length;
};
class BIOSExposedFolder : public SysFSDirectory {
class BIOSExposedDirectory : public SysFSDirectory {
public:
static void initialize();
@ -104,7 +104,7 @@ private:
size_t dmi_entry_point_length() const;
size_t smbios_structure_table_length() const;
BIOSExposedFolder();
BIOSExposedDirectory();
void set_dmi_64_bit_entry_initialization_values();
void set_dmi_32_bit_entry_initialization_values();