Fix typo in comment.

Report by Amit Kapila
This commit is contained in:
Fujii Masao 2015-01-05 16:35:26 +09:00
parent d5e3d1e969
commit 9f1d7313aa
1 changed files with 1 additions and 1 deletions

View File

@ -1082,7 +1082,7 @@ errhidestmt(bool hide_stmt)
}
/*
* errhidestmt --- optionally suppress CONTEXT: field of log entry
* errhidecontext --- optionally suppress CONTEXT: field of log entry
*
* This should only be used for verbose debugging messages where the repeated
* inclusion of CONTEXT: bloats the log volume too much.