diff options
author | J. Bruce Fields <bfields@citi.umich.edu> | 2008-04-07 21:09:47 +0400 |
---|---|---|
committer | J. Bruce Fields <bfields@citi.umich.edu> | 2008-04-24 00:13:42 +0400 |
commit | e1ba1ab76e68de9f4a93fae8406627924efaed99 (patch) | |
tree | 464f54dd8f33162723db9708d8bfb6dc1b7dc791 /fs | |
parent | 3c61eecb607dbc2777074b1a95b8a97e31a96a73 (diff) | |
download | linux-e1ba1ab76e68de9f4a93fae8406627924efaed99.tar.xz |
nfsd: fix comment
Obvious comment nit.
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/nfs/callback.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |