Skip to content

Commit 13ee7fb

Browse files
authored
Merge pull request #61 from BeMg/fix-typo
Fix typo: replace errof with error
2 parents 5696898 + fa34894 commit 13ee7fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

riscv-c-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ The compiler should emit error if the same type of attribute is specified more
257257
than once. For example, `arch=+zbb;arch=+zba`, compiler should emit error
258258
because `arch` has specified twice.
259259
260-
The compiler should emit errof if target attribute has specified more than once.
260+
The compiler should emit error if target attribute has specified more than once.
261261
For example,
262262
`__attribute__((target("arch=+v"))) __attribute__((target("arch=+zbb"))) int foo(int a)`
263263
, compiler should emit error because target attribute has specified twice.

0 commit comments

Comments
 (0)