Skip to content

Commit 26f1f6d

Browse files
committed
[llvm] fix typo in comment
1 parent e8991ca commit 26f1f6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/CodeGen/MachineFrameInfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ class MachineFrameInfo {
177177
/// If true, the object has been zero-extended.
178178
bool isZExt = false;
179179

180-
/// If true, the object has been zero-extended.
180+
/// If true, the object has been sign-extended.
181181
bool isSExt = false;
182182

183183
uint8_t SSPLayout;

0 commit comments

Comments
 (0)