Skip to content

Commit

Permalink
Merge pull request #1 from lynus/patch-1
Browse files Browse the repository at this point in the history
fix some typo
  • Loading branch information
dgrove-oss committed Sep 6, 2017
2 parents 3c586d3 + 21c34d0 commit e588c84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UserGuide/Magic.html
Expand Up @@ -51,9 +51,9 @@ <h2 class="chapterHead"><span class="titlemark">Chapter 15</span><br /><a
functions are built in (that is, intrinsic) to the compiler. These are referred
to as intrinsic functions or intrinsics.
</li>
<li class="itemize">Compiler Pragmas: Some intrinsics are do not provide any behaviour but
<li class="itemize">Compiler Pragmas: Some intrinsics do not provide any behaviour but
instead provide information to the compiler that modifies optimizations,
calling conventions and activation frame layout. We rever to these
calling conventions and activation frame layout. We refer to these
mechanisms as compiler pragmas.
</li>
<li class="itemize">Unboxed Types: Besides the primitive types, all Java values are boxed
Expand Down

0 comments on commit e588c84

Please sign in to comment.