diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/common/cryptohash.c | 2 | ||||
-rw-r--r-- | src/common/cryptohash_openssl.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/common/cryptohash.c b/src/common/cryptohash.c index ddf35d28b22..a295a5c6d86 100644 --- a/src/common/cryptohash.c +++ b/src/common/cryptohash.c @@ -252,7 +252,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 * 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 * |