diff options
author | Mike Pritchard <mpp@FreeBSD.org> | 1997-01-10 05:29:15 +0000 |
---|---|---|
committer | Mike Pritchard <mpp@FreeBSD.org> | 1997-01-10 05:29:15 +0000 |
commit | a3e3d6b0762c44c3879c1112faf7dfacd8f820ba (patch) | |
tree | 48525b093e0266129c1023421442c56ade7ba526 /share/doc/papers/sysperf/4.t | |
parent | 5d2c7b5b1fcbf039348cf0df4ac74e5180d95d9f (diff) |
Fix some spelling errors.
Notes
Notes:
svn path=/head/; revision=21477
Diffstat (limited to 'share/doc/papers/sysperf/4.t')
-rw-r--r-- | share/doc/papers/sysperf/4.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/doc/papers/sysperf/4.t b/share/doc/papers/sysperf/4.t index cdbfb1438a42..cf52502f2dc2 100644 --- a/share/doc/papers/sysperf/4.t +++ b/share/doc/papers/sysperf/4.t @@ -195,7 +195,7 @@ since some inodes must be left free for new files. It also makes it impossible for other parts of the kernel to verify sole use of a device or file. These reasons made it impractical to use hard references -without affecting the behavior of the inode cacheing scheme. +without affecting the behavior of the inode caching scheme. Thus, we chose instead to keep ``soft references'' protected by a \fIcapability\fP \- a 32-bit number guaranteed to be unique\u\s-22\s0\d \**. @@ -464,7 +464,7 @@ that decreases the number of small packets outstanding for network terminal traffic [Nagle84], providing additional reduction of network congestion. The overhead of packet routing has been decreased by changes in the routing -code and by cacheing the most recently used route for each datagram socket. +code and by caching the most recently used route for each datagram socket. .PP The buffer management strategy implemented by \fIsosend\fP has been changed to make better use of the increased size of the socket buffers |