Skip to content

Commit

Permalink
Merge pull request #2 from 0xflotus/patch-1
Browse files Browse the repository at this point in the history
Fix a typo in the README.
  • Loading branch information
marcoheisig committed Oct 23, 2020
2 parents 057e13f + db25315 commit 18f90d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.org
Expand Up @@ -210,7 +210,7 @@ we supply the =int= attribute as an argument:
; 43: CC10 int3 16 ; Invalid argument count trap
#+END_SRC

The generated assembler code is slighly more complicated, but most of this
The generated assembler code is slightly more complicated, but most of this
is about checking that the =int= argument is actually a positive integer
that is at most 24. If we strip the argument checking code, we end up with

Expand Down

0 comments on commit 18f90d1

Please sign in to comment.