Skip to content

Commit 15f9767

Browse files
Update setjmp.cpp
1 parent 9dd987b commit 15f9767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/src/setjmp/x86_64/setjmp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//===----------------------------------------------------------------------===//
88

99
// We use naked functions to avoid compiler-generated prologue and epilogue.
10-
// Despite GCC documentation listing this as a unsupported case for extended
10+
// Despite GCC documentation listing this as an unsupported case for extended
1111
// asm, the generated code is not wrong as we only pass in constant operands
1212
// to extended asm.
1313
// See https://github.com/llvm/llvm-project/issues/137055 for related remarks.

0 commit comments

Comments
 (0)