Skip to content
Snippets Groups Projects
Commit 4ec92b05 authored by Robert Haas's avatar Robert Haas
Browse files

Correct spelling: longjump() -> longjmp().

parent 79a9decd
No related branches found
No related tags found
No related merge requests found
...@@ -322,7 +322,7 @@ ...@@ -322,7 +322,7 @@
If calling backend functions from C++ code, be sure that the If calling backend functions from C++ code, be sure that the
C++ call stack contains only plain old data structures C++ call stack contains only plain old data structures
(<acronym>POD</>). This is necessary because backend errors (<acronym>POD</>). This is necessary because backend errors
generate a distant <function>longjump()</> that does not properly generate a distant <function>longjmp()</> that does not properly
unroll a C++ call stack with non-POD objects. unroll a C++ call stack with non-POD objects.
</para> </para>
</listitem> </listitem>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment