git: 3f0d6925ef38 - stable/14 - membarrier.h: fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Oct 2024 12:15:16 UTC
The branch stable/14 has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=3f0d6925ef38d3cc8793a21e5045b9b96f2b7cee
commit 3f0d6925ef38d3cc8793a21e5045b9b96f2b7cee
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:15:04 +0000
membarrier.h: fix typo
Sponsored by: The FreeBSD Foundation
(cherry picked from commit 357185a966c10397c971ef23525943ebc47d58d9)
---
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,