Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jan 2023 22:12:25 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: fb7f61f13ae1 - stable/13 - stand: Grammar fix for a source code comment
Message-ID:  <202301242212.30OMCPGx087010@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by imp:

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

commit fb7f61f13ae1cd2fa06fd16c04492a4b59da65e6
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-04 15:26:48 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-01-24 21:49:33 +0000

    stand: Grammar fix for a source code comment
    
    - s/that that/that this/
    
    MFC after:      3 days
    
    (cherry picked from commit 7d91d6b83e74edf278dde375e6049aca833cbebd)
---
 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 97cf00b0dff3..45403824ad8f 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 that is a waste of time.
+**   that this 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301242212.30OMCPGx087010>