Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
janpgit committed Apr 21, 2024
1 parent 44967bd commit 2127f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/structures.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ struct X { int a; char b; int c; };
- What if `char *d` is added at the end of the data structure? (i.e. it will
have 4 members).
- Assume this is being compiled on 64-bit machine.
- Agiain, for efficiency the access to the pointer should be aligned to its
- Again, for efficiency the access to the pointer should be aligned to its
size.
- If in doubt, draw a picture.
Expand Down

0 comments on commit 2127f85

Please sign in to comment.