vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| On Mon, Aug 28, 2006 at 08:24:51AM -0400, tbert wrote: > Good morning tech@ > > A few typos/plural agreement/apostrophe spelling changes, including > a personal favorite (insuring is a financial action). > thanks, fixed, except one (noted below) > @@ -590,8 +590,8 @@ > * a given vnode and block offset. If it is found in the > * block cache, mark it as having been found, make it busy > * and return it. Otherwise, return an empty block of the > - * correct size. It is up to the caller to insure that the > - * cached blocks be of the correct size. > + * correct size. It is up to the caller to ensure that the > + * cached blocks are of the correct size. > */ > struct buf * > getblk(struct vnode *vp, daddr_t blkno, int size, int slpflag, int slptimeo) "be of the correct size" is not incorrect (though it sounds a little formal). jmc |