Skip to content

Commit

Permalink
docs: fix simple typo, architecure -> architecture
Browse files Browse the repository at this point in the history
There is a small typo in builtin/README.md.

Should read `architecture` rather than `architecure`.
  • Loading branch information
timgates42 authored and nemequ committed Mar 15, 2021
1 parent 7bde355 commit 84abba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/README.md
Expand Up @@ -142,7 +142,7 @@ different compilers or architectures.

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

### Architecture-specific builtins
Expand Down

0 comments on commit 84abba9

Please sign in to comment.