Skip to content

Commit 66c931d

Browse files
naiyuantiancfriedt
authored andcommitted
tests: interrupt: fix typos in the commits
While reading the code, find typos in the code commits. tests:kernel:interrupt:src:dynamic_isr, line 110 and 115. Signed-off-by: Naiyuan Tian <[email protected]>
1 parent 4cb1f0e commit 66c931d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/kernel/interrupt/src/dynamic_isr.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,11 @@ extern const void *x86_irq_args[];
108108
"irq connect dynamic failed");
109109

110110
/*
111-
* The reason we need to hard code the the trigger vector here
111+
* The reason we need to hard code the trigger vector here
112112
* is that the x86 only support immediate number for INT
113113
* instruction. So trigger an interrupt of x86 under gcov code
114114
* coverage report enabled, which means GCC optimization will
115-
* be -O0. In this case, an build error happends and shows:
115+
* be -O0. In this case, an build error happens and shows:
116116
* "error: 'asm' operand 0 probably does not match constraints"
117117
* and "error: impossible constraint in 'asm'"
118118
*

0 commit comments

Comments
 (0)