Browse Source

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>
Breno Leitao 7 years ago
parent
commit
24bf6864e8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tools/testing/selftests/powerpc/dscr/dscr_inherit_exec_test.c

+ 2 - 2
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.
  * verifies that the child is using the changed DSCR using mfspr.
  *
  *
  * When using the privilege state SPR, the instructions such as
  * 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
  * directly without any emulation if the HW supports them. Else
  * they also get emulated by the kernel.
  * they also get emulated by the kernel.
  *
  *