[PATCH] fs/dlm: Fix typo 'definate' -> 'definite'

Ignacio Peña posted 1 patch 2 months, 1 week ago
fs/dlm/lock.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] fs/dlm: Fix typo 'definate' -> 'definite'
Posted by Ignacio Peña 2 months, 1 week ago
Fix spelling mistake.

No functional change.

Signed-off-by: Ignacio Pena <ignacio.pena87@gmail.com>
---
 fs/dlm/lock.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/dlm/lock.c b/fs/dlm/lock.c
index 6dd3a524c..d5fa498c3 100644
--- a/fs/dlm/lock.c
+++ b/fs/dlm/lock.c
@@ -2305,7 +2305,7 @@ static int _can_be_granted(struct dlm_rsb *r, struct dlm_lkb *lkb, int now,
 	 * 6-5: But the default algorithm for deciding whether to grant or
 	 * queue conversion requests does not by itself guarantee that such
 	 * requests are serviced on a "first come first serve" basis.  This, in
-	 * turn, can lead to a phenomenon known as "indefinate postponement".
+	 * turn, can lead to a phenomenon known as "indefinite postponement".
 	 *
 	 * 6-7: This issue is dealt with by using the optional QUECVT flag with
 	 * the system service employed to request a lock conversion.  This flag
-- 
2.50.1