tests: common: fix typos in the commits

While reading the code, find typo in the code comment.
In file irq_offload.c, line 163.

Signed-off-by: Naiyuan Tian <naiyuan.tian@intel.com>
This commit is contained in:
Naiyuan Tian 2021-08-25 23:19:26 +08:00 committed by Christopher Friedt
commit 4cb1f0ef94

View file

@ -160,7 +160,7 @@ __no_optimization void test_nop(void)
* ,leave it unchanged, or even reduce it. Therefore, NOP
* instructions are not suitable for timing loops.
*
* So we skip the this test, it will get a negative cycles.
* So we skip this test, it will get a negative cycles.
*
* And on physical EHL_CRB, up squared and INTEL ADSP boards,
* we also got a similar situation, we skip the check as well.