mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 04:42:11 +00:00
fixed a comment
svn path=/trunk/; revision=11374
This commit is contained in:
parent
8238df107b
commit
69b98bb582
1 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@
|
|||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
/* $Id: aclui.c,v 1.7 2004/09/26 15:55:52 weiden Exp $
|
||||
/* $Id: aclui.c,v 1.8 2004/10/21 18:28:05 weiden Exp $
|
||||
*
|
||||
* PROJECT: ReactOS Access Control List Editor
|
||||
* FILE: lib/aclui/aclui.c
|
||||
|
@ -140,7 +140,7 @@ CreateSecurityPage(LPSECURITYINFO psi)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
/* get the object information from the client interface */
|
||||
/* get the object information from the server interface */
|
||||
hRet = psi->lpVtbl->GetObjectInformation(psi, &ObjectInfo);
|
||||
|
||||
if(FAILED(hRet))
|
||||
|
@ -195,7 +195,7 @@ EditSecurity(HWND hwndOwner, LPSECURITYINFO psi)
|
|||
return FALSE;
|
||||
}
|
||||
|
||||
/* get the object information from the client interface */
|
||||
/* get the object information from the server interface */
|
||||
hRet = psi->lpVtbl->GetObjectInformation(psi, &ObjectInfo);
|
||||
|
||||
if(FAILED(hRet))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue