Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Aug 2021 06:33:07 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 69d2ba675a6d - stable/13 - ufs_dirhash: Correct a typo in a comment
Message-ID:  <202108230633.17N6X723042560@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer):

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

commit 69d2ba675a6d567b86a022022ba3fcc64ed4c1f6
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2021-08-20 07:59:18 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2021-08-23 06:32:50 +0000

    ufs_dirhash: Correct a typo in a comment
    
    - s/memry/memory/
    
    (cherry picked from commit 464a166c27bb8947d5de1f617170ef6813587cc3)
---
 sys/ufs/ufs/dirhash.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/ufs/ufs/dirhash.h b/sys/ufs/ufs/dirhash.h
index d38c1112ff5c..1f9097e58af3 100644
--- a/sys/ufs/ufs/dirhash.h
+++ b/sys/ufs/ufs/dirhash.h
@@ -66,7 +66,7 @@
  * placed at the most-recently-used end of the list. This helps a lot
  * in the worst-case case scenario where every directory access is
  * to a directory that is not hashed (i.e. the working set of hash
- * candidates is much larger than the configured memry limit). In this
+ * candidates is much larger than the configured memory limit). In this
  * case it limits the number of hash builds to 1/DH_SCOREINIT of the
  * number of accesses.
  */ 



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