summaryrefslogtreecommitdiff
path: root/nuttx/fs/nfs/rpc_clnt.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-27 22:03:32 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-27 22:03:32 +0000
commit56224ea316165af86d3db983464e40e1b5b2ac63 (patch)
tree9bf3f1ac1df2f9519effd9e9fc42c4a60c278d4b /nuttx/fs/nfs/rpc_clnt.c
parentc7b072472b974b59b144ee4e2a3fe4cab92baf82 (diff)
downloadpx4-nuttx-56224ea316165af86d3db983464e40e1b5b2ac63.tar.gz
px4-nuttx-56224ea316165af86d3db983464e40e1b5b2ac63.tar.bz2
px4-nuttx-56224ea316165af86d3db983464e40e1b5b2ac63.zip
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
Diffstat (limited to 'nuttx/fs/nfs/rpc_clnt.c')
-rw-r--r--nuttx/fs/nfs/rpc_clnt.c2
1 files changed, 1 insertions, 1 deletions
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.