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:
parent
5ec3f5433e
commit
805319ed30
13 changed files with 165 additions and 165 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue