OrdoFlammae / littleosbook

Source for the little book about OS development
http://ordoflammae.github.io/littleosbook
76 stars 14 forks source link

Minor grammar and syntax fixes in io C source #17

Closed simoc closed 3 months ago

simoc commented 5 months ago

C code comment should be /* io.h is implemented ..., not /* io.h is implement ....

Removed unnecessary "the" from io C code comment.

Added missing semi-colon in fb_write_cell function.

Added and removed 's' to words that should, or should not, be plural.