Skip to content

Commit

Permalink
Merge pull request #104 from jelc5/master
Browse files Browse the repository at this point in the history
Fix typo in README (comiler -> compiler)
  • Loading branch information
jserv committed May 18, 2023
2 parents 8406447 + 8a344f0 commit 35488ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Test environment:

Input source file: `amacc.c`

| comiler driver | binary size (KiB) | compile time (s) |
| compiler driver | binary size (KiB) | compile time (s) |
| ---------------------------------- | ----------------- | ---------------- |
| gcc with `-O0 -ldl` (compile+link) | 56 | 0.5683 |
| gcc with `-O0 -c` (compile only) | 56 | 0.4884 |
Expand Down

0 comments on commit 35488ee

Please sign in to comment.