diff -r bbf8bed59bcb -r 2bb754abd467 kerneltest/e32test/benchmark/d32bm.h --- a/kerneltest/e32test/benchmark/d32bm.h Wed Jun 09 11:10:19 2010 +0300 +++ b/kerneltest/e32test/benchmark/d32bm.h Mon Jun 21 17:12:14 2010 +0300 @@ -227,7 +227,7 @@ * The operations are implmented as KBMLdName logical device by KBMLddFileName * logical device driver DLL. * - * The API enables to change the absolute prioirty of a thread. + * The API enables to change the absolute priority of a thread. */ class RBMDriver : public RBusLogicalChannel { @@ -243,7 +243,7 @@ return DoCreate(KBMLdName, TVersion(1,0,1), KNullUnit, &KBMPdName, NULL); } /** - * Change the absolute prioirty of a thread. + * Change the absolute priority of a thread. * * @param aThread a handle to the target thread * @param aNewPrio a new absolute priority for the target thread