From 7d5b4850db3cd133170c563a853d1d319b0eae56 Mon Sep 17 00:00:00 2001 From: elyashiv Date: Mon, 30 Jan 2017 11:43:08 +0200 Subject: [PATCH] minor grammer edits --- Booting/linux-bootstrap-3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Booting/linux-bootstrap-3.md b/Booting/linux-bootstrap-3.md index d23133d..cedff21 100644 --- a/Booting/linux-bootstrap-3.md +++ b/Booting/linux-bootstrap-3.md @@ -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 --------------------------------------------------------------------------------