Skip to content
Snippets Groups Projects
Commit 79a9decd authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Fix grammar

parent 04ee0db6
No related branches found
No related tags found
No related merge requests found
......@@ -320,7 +320,7 @@
<listitem>
<para>
If calling backend functions from C++ code, be sure that the
C++ call stack contains only plain old data structure
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
unroll a C++ call stack with non-POD objects.
......
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