diff options
Diffstat (limited to 'sunrpc/rpcsvc/sm_inter.x')
-rw-r--r-- | sunrpc/rpcsvc/sm_inter.x | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/rpcsvc/sm_inter.x b/sunrpc/rpcsvc/sm_inter.x index 06c8f06..9cbb701 100644 --- a/sunrpc/rpcsvc/sm_inter.x +++ b/sunrpc/rpcsvc/sm_inter.x @@ -67,7 +67,7 @@ struct sm_name { }; struct my_id { - string my_name<SM_MAXSTRLEN>; /* name of the site iniating the monitoring request*/ + string my_name<SM_MAXSTRLEN>; /* name of the site initiating the monitoring request*/ int my_prog; /* rpc program # of the requesting process */ int my_vers; /* rpc version # of the requesting process */ int my_proc; /* rpc procedure # of the requesting process */ |