git: 2d3d29c29c12 - main - security.7: Fix typo (triple S)

From: Warner Losh <imp_at_FreeBSD.org>
Date: Thu, 28 Dec 2023 03:26:12 UTC
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=2d3d29c29c123803278978a1b9dfc62be39339e1

commit 2d3d29c29c123803278978a1b9dfc62be39339e1
Author:     Jose Luis Duran <jlduran@gmail.com>
AuthorDate: 2023-12-28 03:17:16 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-12-28 03:24:30 +0000

    security.7: Fix typo (triple S)
    
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/955
---
 share/man/man7/security.7 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/man/man7/security.7 b/share/man/man7/security.7
index 71107b29ba11..ccbeeb4575ce 100644
--- a/share/man/man7/security.7
+++ b/share/man/man7/security.7
@@ -1050,7 +1050,7 @@ Controls mitigation of Special Register Buffer Data Sampling versus
 optimization of the MCU access.
 When set to zero, the mitigation is disabled, and the RDSEED and RDRAND
 instructions do not incur serialization overhead for shared buffer accesses,
-and do not serialize off-core memory accessses.
+and do not serialize off-core memory accesses.
 .It Dv kern.elf32.aslr.enable
 Controls system-global Address Space Layout Randomization (ASLR) for
 normal non-PIE (Position Independent Executable) 32-bit ELF binaries.