[llvm] fix typo in comment
authorGuillaume Chatelet <gchatelet@google.com>
Thu, 17 Jun 2021 14:30:52 +0000 (14:30 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Thu, 17 Jun 2021 14:30:52 +0000 (14:30 +0000)
llvm/include/llvm/CodeGen/MachineFrameInfo.h

index 355181f..28a5970 100644 (file)
@@ -177,7 +177,7 @@ private:
     /// If true, the object has been zero-extended.
     bool isZExt = false;
 
-    /// If true, the object has been zero-extended.
+    /// If true, the object has been sign-extended.
     bool isSExt = false;
 
     uint8_t SSPLayout;