diff options
| author | J. Bruce Fields <bfields@citi.umich.edu> | 2008-04-07 13:09:47 -0400 |
|---|---|---|
| committer | J. Bruce Fields <bfields@citi.umich.edu> | 2008-04-23 16:13:42 -0400 |
| commit | e1ba1ab76e68de9f4a93fae8406627924efaed99 (patch) | |
| tree | 464f54dd8f33162723db9708d8bfb6dc1b7dc791 | |
| parent | 3c61eecb607dbc2777074b1a95b8a97e31a96a73 (diff) | |
nfsd: fix comment
Obvious comment nit.
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
| -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: | |||
| 153 | } | 153 | } |
| 154 | 154 | ||
| 155 | /* | 155 | /* |
| 156 | * Kill the server process if it is not already up. | 156 | * Kill the server process if it is not already down. |
| 157 | */ | 157 | */ |
| 158 | void nfs_callback_down(void) | 158 | void nfs_callback_down(void) |
| 159 | { | 159 | { |
