Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/DoctorWkt/acwj
Browse files Browse the repository at this point in the history
  • Loading branch information
Warren Toomey committed Jan 6, 2020
2 parents bea0c06 + 877def1 commit b6a7e5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 15_Pointers_pt1/Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Part 15: Pointers, part 1

In this part of out compiler writing journey, I want
In this part of our compiler writing journey, I want
to begin the work to add pointers to our language.
In particular, I want to add this:

Expand Down
2 changes: 1 addition & 1 deletion 31_Struct_Declarations/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ unaligned offset, we need to know which is the next aligned position
to place a value of the given type.

I also was worried that we might need to do this on the stack, which
grows downwards now upwards. So there is a third argument to the function:
grows downwards not upwards. So there is a third argument to the function:
the *direction* in which we need to find the next aligned position.

Also, the knowledge of alignment is hardware specific, so:
Expand Down

0 comments on commit b6a7e5e

Please sign in to comment.