diff -r 04a1b74efd48 -r d32f34975bbf userlibandfileserver/fileserver/sfsrv/cl_plugin.cpp --- a/userlibandfileserver/fileserver/sfsrv/cl_plugin.cpp Mon Feb 01 19:40:00 2010 +0100 +++ b/userlibandfileserver/fileserver/sfsrv/cl_plugin.cpp Mon Feb 01 19:49:38 2010 +0100 @@ -414,7 +414,7 @@ Client requests a synchronous operation @param aFunction: The operation to be handled -@param a1: returned buffer from plugin on comletion of the request +@param a1: returned buffer from plugin on completion of the request */ { TRACE4(UTF::EBorder, UTraceModuleEfsrv::EPluginDoControl2, MODULEUID, Session().Handle(), SubSessionHandle(), aFunction, &a1); @@ -432,8 +432,8 @@ Client requests a synchronous operation @param aFunction: The operation to be handled -@param a1: returned buffer from plugin on comletion of the request -@param a2: 2nd returned buffer from plugin on comletion of the request +@param a1: returned buffer from plugin on completion of the request +@param a2: 2nd returned buffer from plugin on completion of the request */ { TRACE5(UTF::EBorder, UTraceModuleEfsrv::EPluginDoControl3, MODULEUID, Session().Handle(), SubSessionHandle(), aFunction, &a1, &a2);