[git commit] use_less_ram.html: typo fix

Denys Vlasenko vda.linux at googlemail.com
Fri Apr 22 17:37:38 UTC 2016


commit: https://git.busybox.net/busybox-website/commit/?id=8c0268e64ee51ce56aaf61ed224d8c0795983777
branch: https://git.busybox.net/busybox-website/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 use_less_ram.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/use_less_ram.html b/use_less_ram.html
index 7546875..73cb2d0 100644
--- a/use_less_ram.html
+++ b/use_less_ram.html
@@ -35,7 +35,7 @@ therefore in practice almost all RW data or bss pages which were
 touched by the program are modified, and therefore not shared).
 </p><p>
 When process starts executing, two more mappings appear. One is the stack.
-It is usually located ner the top of virtual address space, and contains
+It is usually located near the top of virtual address space, and contains
 program command line, environment and ELF auxiliary vector.
 This is an anonymouns mapping.
 </p><p>


More information about the busybox-cvs mailing list