Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
johto committed Jul 29, 2013
1 parent 47557d4 commit e0e5f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion call_graph.c
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ call_graph_fmgr_hook(FmgrHookEventType event,
*/
if (!aborted)
{
/* temporarily disable call graph to allow triggers on the target table */
/* temporarily disable call graph to allow triggers on the target tables */
bool save_enable_call_graph = enable_call_graph;
enable_call_graph = false;

Expand Down

0 comments on commit e0e5f9c

Please sign in to comment.