summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRobert Haas2010-12-25 03:21:50 +0000
committerRobert Haas2010-12-25 03:22:44 +0000
commit4ec92b05e640b0991ba67d41cbb097200200fe70 (patch)
tree1c7264096b2fa5a07e464efd73a5a2a432928e8c /doc
parent79a9decdd33c9662c0722ef1d49d8aa951739da4 (diff)
Correct spelling: longjump() -> longjmp().
Diffstat (limited to 'doc')
-rw-r--r--doc/src/sgml/extend.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/extend.sgml b/doc/src/sgml/extend.sgml
index 1c7da4a2abb..2033ae21ba5 100644
--- a/doc/src/sgml/extend.sgml
+++ b/doc/src/sgml/extend.sgml
@@ -322,7 +322,7 @@
If calling backend functions from C++ code, be sure that the
C++ call stack contains only plain old data structures
(<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.
</para>
</listitem>