Skip to content

Commit 2b8084a

Browse files
committed
[LLVM] Correct minor typo in a comment
1 parent 0b5e0ed commit 2b8084a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/CodeGen/ISDOpcodes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ enum NodeType {
121121
/// function calling this intrinsic.
122122
SPONENTRY,
123123

124-
/// STACKADDR - Represents the llvm.stackaddr intrinsic. Takes no argument
124+
/// STACKADDR - Represents the llvm.stackaddress intrinsic. Takes no argument
125125
/// and returns the starting address of the stack region that may be used
126126
/// by called functions.
127127
STACKADDR,

0 commit comments

Comments
 (0)