Fix typos.
PR: docs/103327 Approved by: trhodes (mentor), keramida (mentor)
This commit is contained in:
parent
5ec137126b
commit
ed2cda15f0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=28700
1 changed files with 2 additions and 2 deletions
|
@ -234,7 +234,7 @@
|
|||
process will take a copy-on-write fault and duplicate the page in C2.
|
||||
The original page in B is now completely hidden since both C1 and C2
|
||||
have a copy and B could theoretically be destroyed if it does not
|
||||
represent a <quote>real</quote> file). However, this sort of optimization is not
|
||||
represent a <quote>real</quote> file; however, this sort of optimization is not
|
||||
trivial to make because it is so fine-grained. FreeBSD does not make
|
||||
this optimization. Now, suppose (as is often the case) that the child
|
||||
process does an <function>exec()</function>. Its current address space
|
||||
|
@ -766,7 +766,7 @@
|
|||
of L1 cache. Generally the way this cache works is that each 128K
|
||||
block of main memory uses the <emphasis>same</emphasis> 128K of
|
||||
cache. If you access offset 0 in main memory and then offset
|
||||
offset 128K in main memory you can wind up throwing away the
|
||||
128K in main memory you can wind up throwing away the
|
||||
cached data you read from offset 0!</para>
|
||||
|
||||
<para>Now, I am simplifying things greatly. What I just described
|
||||
|
|
Loading…
Reference in a new issue