From 56224ea316165af86d3db983464e40e1b5b2ac63 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 27 Jun 2012 22:03:32 +0000 Subject: Refactor nfs_socket.c/.h logic; Those files are not gone git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4878 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/fs/nfs/rpc_clnt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/fs/nfs/rpc_clnt.c') diff --git a/nuttx/fs/nfs/rpc_clnt.c b/nuttx/fs/nfs/rpc_clnt.c index 08855647c..0e2a394ba 100644 --- a/nuttx/fs/nfs/rpc_clnt.c +++ b/nuttx/fs/nfs/rpc_clnt.c @@ -682,7 +682,7 @@ bad: * Name: rpcclnt_request * * Description: - * Perform the RPC reqquest. Logic formats the RPC CALL message and calls + * Perform the RPC request. Logic formats the RPC CALL message and calls * rpcclnt_send to send the RPC CALL message. It then calls rpcclnt_reply() * to get the response. It may attempt to re-send the CALL message on * certain errors. -- cgit v1.2.3