1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00

Fix typo.

This commit is contained in:
Stefan Fercot
2022-12-27 11:31:59 +07:00
committed by David Steele
parent 0b67389185
commit 34110cfa01
+1 -1
View File
@@ -28,7 +28,7 @@ Lock Handler
/***********************************************************************************************************************************
Constants
***********************************************************************************************************************************/
// Indicates a lock that was made by matching exec-id rather than holding an actual lock. This disguishes it from -1, which is a
// Indicates a lock that was made by matching exec-id rather than holding an actual lock. This distinguishes it from -1, which is a
// general system error.
#define LOCK_ON_EXEC_ID -2