Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4ec92b0

Browse files
committed
Correct spelling: longjump() -> longjmp().
1 parent 79a9dec commit 4ec92b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/extend.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@
322322
If calling backend functions from C++ code, be sure that the
323323
C++ call stack contains only plain old data structures
324324
(<acronym>POD</>). This is necessary because backend errors
325-
generate a distant <function>longjump()</> that does not properly
325+
generate a distant <function>longjmp()</> that does not properly
326326
unroll a C++ call stack with non-POD objects.
327327
</para>
328328
</listitem>

0 commit comments

Comments
 (0)