diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2009-08-12 11:00:40 -0400 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-08-14 19:43:15 -0400 |
commit | 3c556e4198926b284ff5ff6756111a64e1e98cb0 (patch) | |
tree | 0f9c37081267980305e279ce7f3f53dfbeb6a5c6 /security | |
parent | 58c41d28259c246dbc11358d85d332dc20ccd57b (diff) |
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 edc7cbdc012a..6631774672c1 100644 --- a/security/Kconfig +++ b/security/Kconfig | |||
@@ -123,7 +123,7 @@ config INTEL_TXT | |||
123 | of the kernel. If the system does not support Intel(R) TXT, this | 123 | of the kernel. If the system does not support Intel(R) TXT, this |
124 | will have no effect. | 124 | will have no effect. |
125 | 125 | ||
126 | Intel TXT will provide higher assurance of sysem configuration and | 126 | Intel TXT will provide higher assurance of system configuration and |
127 | initial state as well as data reset protection. This is used to | 127 | initial state as well as data reset protection. This is used to |
128 | create a robust initial kernel measurement and verification, which | 128 | create a robust initial kernel measurement and verification, which |
129 | helps to ensure that kernel security mechanisms are functioning | 129 | helps to ensure that kernel security mechanisms are functioning |
@@ -132,7 +132,7 @@ config INTEL_TXT | |||
132 | 132 | ||
133 | Intel TXT also helps solve real end user concerns about having | 133 | Intel TXT also helps solve real end user concerns about having |
134 | confidence that their hardware is running the VMM or kernel that | 134 | confidence that their hardware is running the VMM or kernel that |
135 | it was conigured with, especially since they may be responsible for | 135 | it was configured with, especially since they may be responsible for |
136 | providing such assurances to VMs and services running on it. | 136 | providing such assurances to VMs and services running on it. |
137 | 137 | ||
138 | See <http://www.intel.com/technology/security/> for more information | 138 | See <http://www.intel.com/technology/security/> for more information |