diff -r f497542af8e4 -r 538db54a451d userlibandfileserver/fileserver/sfsrv/cl_plugin.cpp --- a/userlibandfileserver/fileserver/sfsrv/cl_plugin.cpp Tue Jan 19 13:48:03 2010 +0000 +++ b/userlibandfileserver/fileserver/sfsrv/cl_plugin.cpp Mon Jan 18 21:31:10 2010 +0200 @@ -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);