Skip to content

Commit b2d599b

Browse files
committed
Fix typo in comment
1 parent 842a131 commit b2d599b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/TableGen/SubtargetEmitter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ class SubtargetEmitter : TargetFeaturesEmitter {
150150
/// Emit some information about the SubtargetFeature as calls to a macro so
151151
/// that they can be used from C++.
152152
void SubtargetEmitter::emitSubtargetInfoMacroCalls(raw_ostream &OS) {
153-
// Undef the GET_SUBTARGETINFO_MACRO macro and the end of the scope since its
153+
// Undef the GET_SUBTARGETINFO_MACRO macro at the end of the scope since its
154154
// used within the scope.
155155
IfDefEmitter IfDefMacro(OS, "GET_SUBTARGETINFO_MACRO", /*LateUndef=*/true);
156156

0 commit comments

Comments
 (0)