summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2010-12-24 22:21:50 -0500
committerRobert Haas <rhaas@postgresql.org>2010-12-24 22:23:13 -0500
commita45e2e141d5002866f60b6f28f14d00317c106d1 (patch)
tree2340100aa912f541e7598c39ca5711f3492ac4bf
parent3bb1800b55c8c90e7ef2ed92a5f201e3a85e3036 (diff)
Correct spelling: longjump() -> longjmp().
-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 737a0d7f4dc..19028a6cced 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>