git: 9508e7be6540 - stable/13 - Revert "stand: Grammar fix for a source code comment"

From: Warner Losh <imp_at_FreeBSD.org>
Date: Tue, 24 Jan 2023 22:12:28 UTC
The branch stable/13 has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=9508e7be654005608dbf27fa30e7eab803866eb1

commit 9508e7be654005608dbf27fa30e7eab803866eb1
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-05 13:40:55 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-01-24 21:49:33 +0000

    Revert "stand: Grammar fix for a source code comment"
    
    This reverts commit 7d91d6b83e74edf278dde375e6049aca833cbebd.
    
    The orginal comment is more natural.
    
    Reported by:jrtc27
    
    (cherry picked from commit 3c6db09bf45fd48e5e3c207f138ae1914dbeed0c)
---
 stand/ficl/ficl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stand/ficl/ficl.h b/stand/ficl/ficl.h
index 45403824ad8f..97cf00b0dff3 100644
--- a/stand/ficl/ficl.h
+++ b/stand/ficl/ficl.h
@@ -149,7 +149,7 @@
 **   inner loop. I'll look at it for ficl 3.0
 ** - Make the main hash table a bigger prime (HASHSIZE)
 ** - FORGET about twiddling the hash function - my experience is
-**   that this is a waste of time.
+**   that that is a waste of time.
 ** - Eliminate the need to pass the pVM parameter on the stack
 **   by dedicating a register to it. Most words need access to the
 **   vm, but the parameter passing overhead can be reduced. One way