Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9a3d8e1

Browse files
committed
Fix comment related to pg_cryptohash_error()
One of the comments introduced in b69aba7 was worded a bit weirdly, so improve it. Reported-by: Sergey Shinderuk Discussion: https://postgr.es/m/71b9a5d2-a3bf-83bc-a243-93dcf0bcfb3b@postgrespro.ru Backpatch-through: 14
1 parent af9e633 commit 9a3d8e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/common/cryptohash.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ pg_cryptohash_free(pg_cryptohash_ctx *ctx)
252252
/*
253253
* pg_cryptohash_error
254254
*
255-
* Returns a static string providing errors about an error that
255+
* Returns a static string providing details about an error that
256256
* happened during a computation.
257257
*/
258258
const char *

src/common/cryptohash_openssl.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ pg_cryptohash_free(pg_cryptohash_ctx *ctx)
308308
/*
309309
* pg_cryptohash_error
310310
*
311-
* Returns a static string providing errors about an error that
311+
* Returns a static string providing details about an error that
312312
* happened during a computation.
313313
*/
314314
const char *

0 commit comments

Comments
 (0)