Skip to content

Commit f894f8f

Browse files
visitorckwcmuellner
authored andcommitted
Fix typo
Replace 'complier' with 'compiler'.
1 parent 13ee7fb commit f894f8f

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
@@ -102,7 +102,7 @@ If none of the rules apply, `__riscv_v_elen_fp` is undefined.
102102

103103
These can be used in common library code to compile time segregate code which relies
104104
on misaligned access being fast or not.
105-
A typical complier could (but not necessarily) map fast variant to -mno-strict-align
105+
A typical compiler could (but not necessarily) map fast variant to -mno-strict-align
106106
and avoid to -mstrict-align, if specified.
107107
Perhaps obvious, but these are mutually exclusive, so only one is defined at a time
108108
for a compilation unit.

0 commit comments

Comments
 (0)