diff options
author | Breno Leitao <leitao@debian.org> | 2018-06-26 10:20:13 -0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-07-02 23:59:44 +1000 |
commit | 24bf6864e8b3f9e07b461fe30e0e365b5bb8cdf8 (patch) | |
tree | e86a23852e3aa383b011f2fdd8424e96ac16ff6e /tools/testing | |
parent | 09a61e894ac852fb063ee0b54fc513b13abcab08 (diff) | |
download | linux-stable-24bf6864e8b3f9e07b461fe30e0e365b5bb8cdf8.tar.gz linux-stable-24bf6864e8b3f9e07b461fe30e0e365b5bb8cdf8.tar.bz2 linux-stable-24bf6864e8b3f9e07b461fe30e0e365b5bb8cdf8.zip |
selftests/powerpc: Fix typos
Fix two typos in the file header. Replacing the word 'priviledged'
by 'privileged' and 'exuecuted' by 'executed'.
Signed-off-by: Breno Leitao <leitao@debian.org>
Signed-off-by: Gustavo Romero <gromero@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'tools/testing')
-rw-r--r-- | tools/testing/selftests/powerpc/dscr/dscr_inherit_exec_test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/testing/selftests/powerpc/dscr/dscr_inherit_exec_test.c b/tools/testing/selftests/powerpc/dscr/dscr_inherit_exec_test.c index 55c55f39b6a6..c8c240accc0c 100644 --- a/tools/testing/selftests/powerpc/dscr/dscr_inherit_exec_test.c +++ b/tools/testing/selftests/powerpc/dscr/dscr_inherit_exec_test.c @@ -5,8 +5,8 @@ * verifies that the child is using the changed DSCR using mfspr. * * When using the privilege state SPR, the instructions such as - * mfspr or mtspr are priviledged and the kernel emulates them - * for us. Instructions using problem state SPR can be exuecuted + * mfspr or mtspr are privileged and the kernel emulates them + * for us. Instructions using problem state SPR can be executed * directly without any emulation if the HW supports them. Else * they also get emulated by the kernel. * |