diff options
Diffstat (limited to 'src/common/cryptohash_openssl.c')
-rw-r--r-- | src/common/cryptohash_openssl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/cryptohash_openssl.c b/src/common/cryptohash_openssl.c index 2e835b066b4..6c98f1cf95a 100644 --- a/src/common/cryptohash_openssl.c +++ b/src/common/cryptohash_openssl.c @@ -308,7 +308,7 @@ pg_cryptohash_free(pg_cryptohash_ctx *ctx) /* * pg_cryptohash_error * - * Returns a static string providing errors about an error that + * Returns a static string providing details about an error that * happened during a computation. */ const char * |