git: 78de6a587cd7 - stable/13 - NOTES: Remove a double word in comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Apr 2024 05:27:12 UTC
The branch stable/13 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=78de6a587cd7ebe8041e39f290f2023517cb4b22 commit 78de6a587cd7ebe8041e39f290f2023517cb4b22 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2024-04-20 12:08:04 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2024-04-23 05:26:55 +0000 NOTES: Remove a double word in comment - s/of of/of/ (cherry picked from commit 1ff65c57e337ddb1681af5f98da0fa757cefc5ad) --- sys/conf/NOTES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 3b92c610283a..c688f7947123 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2787,7 +2787,7 @@ options MAXFILES=999 options RANDOM_ENABLE_UMA # slab allocator # Select this to allow high-rate but potentially expensive -# harvesting of of the m_next pointer in the mbuf. Note that +# harvesting of the m_next pointer in the mbuf. Note that # the m_next pointer is NULL except when receiving > 4K # jumbo frames or sustained bursts by way of LRO. Thus in # the common case it is stirring zero in to the entropy