diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-10-20 06:26:58 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-10-20 06:26:58 +0000 |
| commit | 7ca089125b8c5e55dd584648cd33612883cc004d (patch) | |
| tree | 4a00b49e67da36212dac649529fcd46b049bec67 /arch/x86_64/src | |
| parent | 779154223c6d220bbfe56b5b14e5fafcccb55781 (diff) | |
| download | teachos-7ca089125b8c5e55dd584648cd33612883cc004d.tar.xz teachos-7ca089125b8c5e55dd584648cd33612883cc004d.zip | |
Fix typo in file name
Diffstat (limited to 'arch/x86_64/src')
| -rw-r--r-- | arch/x86_64/src/memory/multiboot/elf_symbols_section.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/src/memory/multiboot/elf_symbols_section.cpp b/arch/x86_64/src/memory/multiboot/elf_symbols_section.cpp index 78ab952..953a57d 100644 --- a/arch/x86_64/src/memory/multiboot/elf_symbols_section.cpp +++ b/arch/x86_64/src/memory/multiboot/elf_symbols_section.cpp @@ -1,4 +1,4 @@ -#include "arch/memory/multiboot/elf_sybols_section.hpp" +#include "arch/memory/multiboot/elf_symbols_section.hpp" namespace teachos::arch::memory::multiboot { |
