mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-18 16:58:23 +00:00
[llvm-objcopy] Fix some comment typos
This commit is contained in:
parent
ae98182cf7
commit
1718fe4643
@ -326,17 +326,17 @@ struct Object {
|
||||
Optional<size_t> SymTabCommandIndex;
|
||||
/// The index of LC_DYLD_INFO or LC_DYLD_INFO_ONLY load command if present.
|
||||
Optional<size_t> DyLdInfoCommandIndex;
|
||||
/// The index LC_DYSYMTAB load comamnd if present.
|
||||
/// The index LC_DYSYMTAB load command if present.
|
||||
Optional<size_t> DySymTabCommandIndex;
|
||||
/// The index LC_DATA_IN_CODE load comamnd if present.
|
||||
/// The index LC_DATA_IN_CODE load command if present.
|
||||
Optional<size_t> DataInCodeCommandIndex;
|
||||
/// The index of LC_LINKER_OPTIMIZATIN_HINT load comamnd if present.
|
||||
/// The index of LC_LINKER_OPTIMIZATIN_HINT load command if present.
|
||||
Optional<size_t> LinkerOptimizationHintCommandIndex;
|
||||
/// The index LC_FUNCTION_STARTS load comamnd if present.
|
||||
/// The index LC_FUNCTION_STARTS load command if present.
|
||||
Optional<size_t> FunctionStartsCommandIndex;
|
||||
/// The index LC_DYLD_CHAINED_FIXUPS load comamnd if present.
|
||||
/// The index LC_DYLD_CHAINED_FIXUPS load command if present.
|
||||
Optional<size_t> ChainedFixupsCommandIndex;
|
||||
/// The index LC_DYLD_EXPORTS_TRIE load comamnd if present.
|
||||
/// The index LC_DYLD_EXPORTS_TRIE load command if present.
|
||||
Optional<size_t> ExportsTrieCommandIndex;
|
||||
/// The index of the LC_SEGMENT or LC_SEGMENT_64 load command
|
||||
/// corresponding to the __TEXT segment.
|
||||
|
Loading…
x
Reference in New Issue
Block a user