1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

[nfc] Fix typo in comment, s/node/note

This commit is contained in:
Jon Chesterfield 2021-07-22 20:16:53 +01:00
parent c4477aac03
commit 0493801fb2

View File

@ -1653,14 +1653,14 @@ struct Elf64_Chdr {
Elf64_Xword ch_addralign;
};
// Node header for ELF32.
// Note header for ELF32.
struct Elf32_Nhdr {
Elf32_Word n_namesz;
Elf32_Word n_descsz;
Elf32_Word n_type;
};
// Node header for ELF64.
// Note header for ELF64.
struct Elf64_Nhdr {
Elf64_Word n_namesz;
Elf64_Word n_descsz;