Skip to content

Commit

Permalink
docs: fix simple typo, significally -> significantly
Browse files Browse the repository at this point in the history
There is a small typo in t1ha.h.

Should read `significantly` rather than `significally`.
  • Loading branch information
timgates42 authored and erthink committed Oct 1, 2020
1 parent 8950799 commit 176a789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t1ha.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
* // To disable unaligned access at all.
* #define T1HA_SYS_UNALIGNED_ACCESS 0
*
* // To enable unaligned access, but indicate that it significally slow.
* // To enable unaligned access, but indicate that it significantly slow.
* #define T1HA_SYS_UNALIGNED_ACCESS 1
*
* // To enable unaligned access, and indicate that it effecient.
Expand Down

0 comments on commit 176a789

Please sign in to comment.