summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Bütler <buetlera123@gmail.com>2025-04-26 14:23:03 +0200
committerJonathan Corbet <corbet@lwn.net>2025-04-28 17:18:41 -0600
commit292c39b4d78c296e29220a928d05a53f5e64747d (patch)
treee2e3e20616e86689ca118dccf0d46166dc36f71c
parent6382f4e4e7bd65b829d1d598b1315e905accc15c (diff)
Documentation: x86: Fix a typo in fsgs.rst
Fix a spelling typo in fsgs.rst. Signed-off-by: Adrian Bütler <buetlera123@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <20250426122303.15905-1-buetlera123@gmail.com>
-rw-r--r--Documentation/arch/x86/x86_64/fsgs.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/arch/x86/x86_64/fsgs.rst b/Documentation/arch/x86/x86_64/fsgs.rst
index d07e445dac5c..6bda4d16d3f7 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
=================== ===========================