diff options
Diffstat (limited to 'lib/MC/MCAsmInfo.cpp')
-rw-r--r-- | lib/MC/MCAsmInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MC/MCAsmInfo.cpp b/lib/MC/MCAsmInfo.cpp index c38bf70..0653b19 100644 --- a/lib/MC/MCAsmInfo.cpp +++ b/lib/MC/MCAsmInfo.cpp @@ -66,7 +66,7 @@ MCAsmInfo::MCAsmInfo() { UsedDirective = 0; WeakRefDirective = 0; WeakDefDirective = 0; - // FIXME: These are ELFish - move to ELFTAI. + // FIXME: These are ELFish - move to ELFMAI. HiddenDirective = "\t.hidden\t"; ProtectedDirective = "\t.protected\t"; AbsoluteDebugSectionOffsets = false; |