1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-13 10:02:38 +00:00

ufs_dirhash: Correct a typo in a comment

- s/memry/memory/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2021-08-20 09:59:18 +02:00
parent bcb195d917
commit 464a166c27

View File

@ -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.
*/