From: Adrian Bütler Date: Sat, 26 Apr 2025 12:23:03 +0000 (+0200) Subject: Documentation: x86: Fix a typo in fsgs.rst X-Git-Tag: v6.16-rc1~176^2~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=292c39b4d78c296e29220a928d05a53f5e64747d;p=thirdparty%2Flinux.git Documentation: x86: Fix a typo in fsgs.rst Fix a spelling typo in fsgs.rst. Signed-off-by: Adrian Bütler Signed-off-by: Jonathan Corbet Message-ID: <20250426122303.15905-1-buetlera123@gmail.com> --- diff --git a/Documentation/arch/x86/x86_64/fsgs.rst b/Documentation/arch/x86/x86_64/fsgs.rst index d07e445dac5cf..6bda4d16d3f74 100644 --- a/Documentation/arch/x86/x86_64/fsgs.rst +++ b/Documentation/arch/x86/x86_64/fsgs.rst @@ -130,7 +130,7 @@ instructions. Clang 5 supports them as well. =================== =========================== _readfsbase_u64() Read the FS base register - _readfsbase_u64() Read the GS base register + _readgsbase_u64() Read the GS base register _writefsbase_u64() Write the FS base register _writegsbase_u64() Write the GS base register =================== ===========================