Skip to content

Commit 9ea34be

Browse files
authored
[MC]: Fix typo in MCObjectStreamer.cpp (llvm#80856)
Fixes a typo in llvm/lib/MC/MCObjectStreamer.cpp introduced in llvm#80162
1 parent 40fd17a commit 9ea34be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/MC/MCObjectStreamer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ void MCObjectStreamer::emitFileDirective(StringRef Filename,
902902
StringRef TimeStamp,
903903
StringRef Description) {
904904
getAssembler().addFileName(Filename);
905-
getAssembler().setCompilerVersion(CompilerVerion.str());
905+
getAssembler().setCompilerVersion(CompilerVersion.str());
906906
// TODO: add TimeStamp and Description to .file symbol table entry
907907
// with the integrated assembler.
908908
}

0 commit comments

Comments
 (0)