From 8c1a447a3790ec74ef919c60d46673e7be061c72 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 25 May 2022 11:49:13 -0700 Subject: [PATCH] maint: spelling fix --- src/sort.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sort.c b/src/sort.c index 0a6b557ac9..c850656efe 100644 --- a/src/sort.c +++ b/src/sort.c @@ -2601,7 +2601,7 @@ key_warnings (struct keyfield const *gkey, bool gkey_only) error (0, 0, _("option '-r' only applies to last-resort comparison")); } -/* Return either the sense of DIFF or its reverse, depnding on REVERSED. +/* Return either the sense of DIFF or its reverse, depending on REVERSED. If REVERSED, do not simply negate DIFF as that can mishandle INT_MIN. */ static int -- 2.47.2