diff options
author | Weng Meiling <wengmeiling.weng@huawei.com> | 2013-11-30 10:56:44 +0100 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2013-12-11 02:37:48 +0100 |
commit | 28303ca3090c0aa0dbbb72714c51fceb4b939f6d (patch) | |
tree | 46d6e217941a8e18fa466c65e7714bc951a56414 /include | |
parent | nfsd: start documenting some XDR handling functions (diff) | |
download | linux-28303ca3090c0aa0dbbb72714c51fceb4b939f6d.tar.xz linux-28303ca3090c0aa0dbbb72714c51fceb4b939f6d.zip |
sunrpc: fix some typos
Signed-off-by: Weng Meiling <wengmeiling.weng@huawei.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/sunrpc/svc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sunrpc/svc.h b/include/linux/sunrpc/svc.h index 6eecfc2e4f98..b631642318c5 100644 --- a/include/linux/sunrpc/svc.h +++ b/include/linux/sunrpc/svc.h @@ -368,7 +368,7 @@ struct svc_program { struct svc_program * pg_next; /* other programs (same xprt) */ u32 pg_prog; /* program number */ unsigned int pg_lovers; /* lowest version */ - unsigned int pg_hivers; /* lowest version */ + unsigned int pg_hivers; /* highest version */ unsigned int pg_nvers; /* number of versions */ struct svc_version ** pg_vers; /* version array */ char * pg_name; /* service name */ |