Correct a typo

This commit is contained in:
Xin LI 2005-12-28 10:03:48 +00:00
parent 6bbdde89f5
commit fc9fac4c78
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=153786

View File

@ -2631,7 +2631,7 @@ nfs_flush(struct vnode *vp, int waitfor, struct thread *td,
passone = 0;
/*
* A b_flags == (B_DELWRI | B_NEEDCOMMIT) block has been written to the
* server, but nas not been committed to stable storage on the server
* server, but has not been committed to stable storage on the server
* yet. On the first pass, the byte range is worked out and the commit
* rpc is done. On the second pass, nfs_writebp() is called to do the
* job.