8000
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 79a9dec commit 4ec92b0Copy full SHA for 4ec92b0
doc/src/sgml/extend.sgml
@@ -322,7 +322,7 @@
322
If calling backend functions from C++ code, be sure that the
323
C++ call stack contains only plain old data structures
324
(<acronym>POD</>). This is necessary because backend errors
325
- generate a distant <function>longjump()</> that does not properly
+ generate a distant <function>longjmp()</> that does not properly
326
unroll a C++ call stack with non-POD objects.
327
</para>
328
</listitem>
0 commit comments