@@ 173,7 173,7 @@ Much terser than the C version right?
This little assembler crash course gives us a better understanding of *what* is
compiled by the C compiler, but not *how* it compiles it. We don't know how
-it's ran either. To know that, we'd have to dig through software that weights
+it's ran either. To know that, we'd have to dig through software that weighs
millions of lines of code. Maybe you'd have the patience to do it, I don't, so
let's continue tumbling down the rabbit hole. We'll go bare metal and then
build an operating system of our own, with a C compiler of our own. It's