1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-01-18 04:58:51 +02:00

Fix comment typo.

This commit is contained in:
David Steele 2022-04-28 11:46:55 -04:00
parent c463993b4c
commit ceb303f9e2

View File

@ -62,7 +62,7 @@ LogLevel stackTracePush(const char *fileName, const char *functionName, LogLevel
// Generate the stack trace
size_t stackTraceToZ(char *buffer, size_t bufferSize, const char *fileName, const char *functionName, unsigned int fileLine);
// Mark that parameters are being logged -- it none appear then the function is void
// Mark that parameters are being logged -- if none appear then the function is void
void stackTraceParamLog(void);
// Get parameters for the top function on the stack