Correct a comment.

This commit is contained in:
Stephen Heumann 2022-01-17 18:27:10 -06:00
parent 8eda03436a
commit 242bef1f6e
1 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,7 @@ procedure StoreWordOfQuad(offset: integer);
{ offset - offset of the word to store (0, 2, 4, or 6) }
{ }
{ Note: If gQuad.preference is onStack, this just generates a }
{ PHA. That is suitable if loading a value starting from }
{ PHA. That is suitable if storing a value starting from }
{ the most significant word, but not in other cases. For }
{ other gQuad.preference values, any order is okay. }