Skip to content

Commit fa34894

Browse files
committed
Fix typo: replace errof with error
1 parent 5696898 commit fa34894

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)