From: J. Bruce Fields Date: Mon, 7 Apr 2008 17:09:47 +0000 (-0400) Subject: nfsd: fix comment X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=e1ba1ab76e68de9f4a93fae8406627924efaed99;p=deliverable%2Flinux.git nfsd: fix comment Obvious comment nit. Signed-off-by: J. Bruce Fields --- diff --git a/fs/nfs/callback.c b/fs/nfs/callback.c index 2e5de77ff030..a9f153867554 100644 --- a/fs/nfs/callback.c +++ b/fs/nfs/callback.c @@ -153,7 +153,7 @@ out_err: } /* - * Kill the server process if it is not already up. + * Kill the server process if it is not already down. */ void nfs_callback_down(void) {