diff options
Diffstat (limited to 'vendor/object/src/xcoff.rs')
-rw-r--r-- | vendor/object/src/xcoff.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/object/src/xcoff.rs b/vendor/object/src/xcoff.rs index 4724f8ef8..038698926 100644 --- a/vendor/object/src/xcoff.rs +++ b/vendor/object/src/xcoff.rs @@ -770,7 +770,7 @@ pub struct DwarfAux64 { pub x_nreloc: U64<BE>, /// Reserved. pub pad: u8, - /// Contains _AUX_SECT; Type of Auxillary entry. + /// Contains _AUX_SECT; Type of Auxiliary entry. pub x_auxtype: u8, } |