diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2009-08-12 12:00:40 -0300 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-08-14 16:43:15 -0700 |
commit | 3c556e4198926b284ff5ff6756111a64e1e98cb0 (patch) | |
tree | 0f9c37081267980305e279ce7f3f53dfbeb6a5c6 /security | |
parent | 58c41d28259c246dbc11358d85d332dc20ccd57b (diff) | |
download | linux-3.10-3c556e4198926b284ff5ff6756111a64e1e98cb0.tar.gz linux-3.10-3c556e4198926b284ff5ff6756111a64e1e98cb0.tar.bz2 linux-3.10-3c556e4198926b284ff5ff6756111a64e1e98cb0.zip |
x86, intel_txt: Fix typos in Kconfig help
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'security')
-rw-r--r-- | security/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/Kconfig b/security/Kconfig index edc7cbdc012..6631774672c 100644 --- a/security/Kconfig +++ b/security/Kconfig @@ -123,7 +123,7 @@ config INTEL_TXT of the kernel. If the system does not support Intel(R) TXT, this will have no effect. - Intel TXT will provide higher assurance of sysem configuration and + Intel TXT will provide higher assurance of system configuration and initial state as well as data reset protection. This is used to create a robust initial kernel measurement and verification, which helps to ensure that kernel security mechanisms are functioning @@ -132,7 +132,7 @@ config INTEL_TXT Intel TXT also helps solve real end user concerns about having confidence that their hardware is running the VMM or kernel that - it was conigured with, especially since they may be responsible for + it was configured with, especially since they may be responsible for providing such assurances to VMs and services running on it. See <http://www.intel.com/technology/security/> for more information |