Merge pull request #9 from ss18/ss18/pr0-typos

Fixed typo: layed out -> laid out
Thank you!
This commit is contained in:
pkivolowitz 2022-12-25 15:01:23 -06:00 committed by GitHub
commit 5f64bf5994
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@ Before we examine using bit fields, let's look at what life would be
like without them.
Let's assume we're working with a byte that is comprised of three
fields layed out as in `struct BF` above. That is, a one, two and
fields laid out as in `struct BF` above. That is, a one, two and
five bit field inside one byte.
Without bit fields, we would have to write this code to clear `a`