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:
parent
c4477aac03
commit
0493801fb2
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user