git: 9cfc5a27742f - stable/13 - membarrier.h: fix typo

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Wed, 16 Oct 2024 12:16:25 UTC
The branch stable/13 has been updated by emaste:

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

commit 9cfc5a27742f665738d37ea37af19b71dd55b133
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2024-10-06 17:21:49 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2024-10-16 12:16:07 +0000

    membarrier.h: fix typo
    
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit 357185a966c10397c971ef23525943ebc47d58d9)
    (cherry picked from commit 3f0d6925ef38d3cc8793a21e5045b9b96f2b7cee)
---
 sys/sys/membarrier.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/sys/membarrier.h b/sys/sys/membarrier.h
index 958b769da23e..31a605634ddb 100644
--- a/sys/sys/membarrier.h
+++ b/sys/sys/membarrier.h
@@ -50,7 +50,7 @@ enum membarrier_cmd {
 
 	/*
 	 * RSEQ constants are defined for source compatibility but are
-	 * not yes supported, MEMBARRIER_CMD_QUERY does not return
+	 * not yet supported, MEMBARRIER_CMD_QUERY does not return
 	 * them in the mask.
 	 */
 	MEMBARRIER_CMD_PRIVATE_EXPEDITED_RSEQ =		0x00000080,