git: 357185a966c1 - main - membarrier.h: fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Oct 2024 17:22:37 UTC
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=357185a966c10397c971ef23525943ebc47d58d9 commit 357185a966c10397c971ef23525943ebc47d58d9 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2024-10-06 17:21:49 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2024-10-06 17:22:21 +0000 membarrier.h: fix typo Sponsored by: The FreeBSD Foundation --- 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,