Skip to content

Commit eb09fd5

Browse files
mandlebugamy-kwan
andcommitted
Update llvm/include/llvm/MC/MCSymbolXCOFF.h
Co-authored-by: Amy Kwan <[email protected]>
1 parent 8e712ec commit eb09fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/MC/MCSymbolXCOFF.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class MCSymbolXCOFF : public MCSymbol {
7878

7979
CodeModel getPerSymbolCodeModel() const {
8080
assert(hasPerSymbolCodeModel() &&
81-
"Requested codemodel for symbol with out one");
81+
"Requested code model for symbol without one");
8282
return *PerSymbolCodeModel;
8383
}
8484

0 commit comments

Comments
 (0)