From 34110cfa0134d181c749cc040446f703b643bc9c Mon Sep 17 00:00:00 2001 From: Stefan Fercot Date: Tue, 27 Dec 2022 11:31:59 +0700 Subject: [PATCH] Fix typo. --- src/common/lock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/lock.c b/src/common/lock.c index bdb2c8c01..e84af18d6 100644 --- a/src/common/lock.c +++ b/src/common/lock.c @@ -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