diff options
author | Ingo Molnar <mingo@kernel.org> | 2021-05-12 19:58:31 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2021-05-12 20:00:51 +0200 |
commit | c43426334b3169b6c9e6855483aa7384ff09fd33 (patch) | |
tree | bb4fc34eaafc27892f3e25feed34c1e0185c5125 /arch/x86/include/asm/sgx.h | |
parent | Merge branch 'linus' into x86/cleanups, to pick up dependent commits (diff) | |
download | linux-c43426334b3169b6c9e6855483aa7384ff09fd33.tar.xz linux-c43426334b3169b6c9e6855483aa7384ff09fd33.zip |
x86: Fix leftover comment typos
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/include/asm/sgx.h')
-rw-r--r-- | arch/x86/include/asm/sgx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/sgx.h b/arch/x86/include/asm/sgx.h index 9c31e0ebc55b..05f3e21f01a7 100644 --- a/arch/x86/include/asm/sgx.h +++ b/arch/x86/include/asm/sgx.h @@ -13,7 +13,7 @@ /* * This file contains both data structures defined by SGX architecture and Linux * defined software data structures and functions. The two should not be mixed - * together for better readibility. The architectural definitions come first. + * together for better readability. The architectural definitions come first. */ /* The SGX specific CPUID function. */ |