diff options
Diffstat (limited to 'sunrpc/rpc_cout.c')
-rw-r--r-- | sunrpc/rpc_cout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/rpc_cout.c b/sunrpc/rpc_cout.c index 378a686fa7..77319d9b15 100644 --- a/sunrpc/rpc_cout.c +++ b/sunrpc/rpc_cout.c @@ -81,7 +81,7 @@ emit(definition *def) { /* now we need to handle declarations like struct typedef foo foo; - since we dont want this to be expanded into 2 calls to xdr_foo */ + since we don't want this to be expanded into 2 calls to xdr_foo */ if(strcmp(def->def.ty.old_type,def->def_name)==0) return; |