From: J. Bruce Fields Date: Mon, 7 Apr 2008 17:09:47 +0000 (-0400) Subject: nfsd: fix comment X-Git-Tag: v2.6.26-rc1~1083^2~11 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1ba1ab76e68de9f4a93fae8406627924efaed99;p=linux-2.6 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 2e5de77ff0..a9f1538675 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) {