We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e2950 commit bdfe9c8Copy full SHA for bdfe9c8
libc/src/setjmp/x86_64/setjmp.cpp
@@ -7,7 +7,7 @@
7
//===----------------------------------------------------------------------===//
8
9
// We use naked functions to avoid compiler-generated prologue and epilogue.
10
-// Despite GCC document list this as an supported case for extended asm, the
+// Despite GCC documentation listing this as a supported case for extended asm, the
11
// generated code is not wrong as we only pass in constant operands to
12
// extended asm.
13
// See https://github.com/llvm/llvm-project/issues/137055 for related remarks.
0 commit comments