diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-03-04 09:16:11 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-03-07 10:08:24 -0500 |
commit | 40e47125e6c5110383b0176d7b9d530f2936b1ae (patch) | |
tree | 9653ac1f586cbfe36286c2d987c9330078eb37ad /Documentation/arm/kernel_user_helpers.txt | |
parent | 4e70daaf05a181b6968e29e72e9f1c16a183e92c (diff) |
Documentation: Fix multiple typo in Documentation
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/arm/kernel_user_helpers.txt')
-rw-r--r-- | Documentation/arm/kernel_user_helpers.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/arm/kernel_user_helpers.txt b/Documentation/arm/kernel_user_helpers.txt index a17df9f91d16..5673594717cf 100644 --- a/Documentation/arm/kernel_user_helpers.txt +++ b/Documentation/arm/kernel_user_helpers.txt | |||
@@ -25,7 +25,7 @@ inline (either in the code emitted directly by the compiler, or part of | |||
25 | the implementation of a library call) when optimizing for a recent enough | 25 | the implementation of a library call) when optimizing for a recent enough |
26 | processor that has the necessary native support, but only if resulting | 26 | processor that has the necessary native support, but only if resulting |
27 | binaries are already to be incompatible with earlier ARM processors due to | 27 | binaries are already to be incompatible with earlier ARM processors due to |
28 | useage of similar native instructions for other things. In other words | 28 | usage of similar native instructions for other things. In other words |
29 | don't make binaries unable to run on earlier processors just for the sake | 29 | don't make binaries unable to run on earlier processors just for the sake |
30 | of not using these kernel helpers if your compiled code is not going to | 30 | of not using these kernel helpers if your compiled code is not going to |
31 | use new instructions for other purpose. | 31 | use new instructions for other purpose. |