Module: wine Branch: master Commit: 61d58c15aaf9660f9e13f45b33a0559201f84617 URL: http://source.winehq.org/git/wine.git/?a=commit;h=61d58c15aaf9660f9e13f45b33...
Author: Juan Lang juan.lang@gmail.com Date: Wed Nov 7 08:15:12 2007 -0800
rsaenh: Fix a comment.
---
dlls/rsaenh/rsaenh.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/rsaenh/rsaenh.c b/dlls/rsaenh/rsaenh.c index 776c6e7..4bb64ab 100644 --- a/dlls/rsaenh/rsaenh.c +++ b/dlls/rsaenh/rsaenh.c @@ -1002,7 +1002,7 @@ static BOOL delete_container_key(LPCSTR pszContainerName, DWORD dwFlags) * Stores key container's keys in a persistent location. * * PARAMS - * pKeyContainer [I] Pointer to the key container to be destroyed. + * pKeyContainer [I] Pointer to the key container whose keys are to be saved */ static void store_key_container_keys(KEYCONTAINER *pKeyContainer) {