Skip to content

Commit 9bc7662

Browse files
committed
typo
1 parent 6555999 commit 9bc7662

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pldbgapi3.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ func_setup(PLpgSQL_execstate *estate, PLpgSQL_function *func)
323323
* The advantage of using es_query_cxt context instead caller
324324
* context is a fact, so this context is destroyed before
325325
* related PLpgSQL_function is released (including AST). Caller
326-
* cantext is released too late, and access to AST is broken
326+
* context is released too late, and access to AST is broken
327327
* due access to already released memory.
328328
*/
329329
if (!OidIsValid(func->fn_oid))

0 commit comments

Comments
 (0)