Skip to content

Commit

Permalink
Minor comment improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
c-refice committed Sep 16, 2024
1 parent cc88a46 commit 1177b2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

/**
* Wraps a newly allocated object, acting as a barrier for any initializing writes by preventing
* reads to the newly allocated object from floating above the initialization.
* reads from the newly allocated object from floating above the initialization.
* <p>
* Operations on {@linkplain org.graalvm.word.LocationIdentity#INIT_LOCATION init} memory, such as
* initializing an allocated object's header and fields, are not considered side effecting, because
Expand Down

0 comments on commit 1177b2d

Please sign in to comment.