1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-01-03 12:20:56 +00:00

Merge pull request #455 from elyashiv/patch-1

minor grammer edits
This commit is contained in:
0xAX 2017-01-30 05:54:47 -05:00 committed by GitHub
commit a681276504

View File

@ -53,7 +53,7 @@ Earlier we saw definitions of different data types like `u16` etc. in the kernel
|------|------|-------|-----|------|----|-----|-----|-----|
| Size | 1 | 2 | 4 | 8 | 1 | 2 | 4 | 8 |
If you the read source code of the kernel, you'll see these very often and so it will be good to remember them.
If you read the source code of the kernel, you'll see these very often and so it will be good to remember them.
Heap API
--------------------------------------------------------------------------------