summaryrefslogtreecommitdiffhomepage
path: root/dev/LibCompiler/src/DynamicLinkerELF.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dev/LibCompiler/src/DynamicLinkerELF.cc')
-rw-r--r--dev/LibCompiler/src/DynamicLinkerELF.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/LibCompiler/src/DynamicLinkerELF.cc b/dev/LibCompiler/src/DynamicLinkerELF.cc
index dca7efb..6645219 100644
--- a/dev/LibCompiler/src/DynamicLinkerELF.cc
+++ b/dev/LibCompiler/src/DynamicLinkerELF.cc
@@ -55,7 +55,7 @@ namespace Detail
{
struct DynamicLinkerBlob final
{
- std::vector<CharType> mBlob{}; // ELF code/bss/data blob.
+ std::vector<CharType> mBlob{}; // ELF code/bss/data blob.
UIntPtr mOffset{0UL}; // the offset of the ELF container header...
};
} // namespace Detail