Skip to content

Commit 84abba9

Browse files
timgates42nemequ
authored andcommitted
docs: fix simple typo, architecure -> architecture
There is a small typo in builtin/README.md. Should read `architecture` rather than `architecure`.
1 parent 7bde355 commit 84abba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ different compilers or architectures.
142142

143143
Creating implementations of one compiler's builtins using builtins
144144
from another is probably your best bet to improve performance.
145-
Another useful possibility is using architecure-specific builtins, or
145+
Another useful possibility is using architecture-specific builtins, or
146146
even embedded assembly, when they are available.
147147

148148
### Architecture-specific builtins

0 commit comments

Comments
 (0)