diff options
author | lloyd <[email protected]> | 2010-11-02 13:36:48 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-11-02 13:36:48 +0000 |
commit | fb964299d5f33bea7e48445fc429c16a236ee1c2 (patch) | |
tree | bcba7ffcb5e9835446ab31bd0f6127eac2fac23e /src/entropy | |
parent | ae1803f4983b9b178c32ebfd4f395cf2ccd939c9 (diff) |
Doxygen updates.
Remove version of search_map that returns two distinguishing results;
only used in one place, and that can be replaced by a call to count()
Diffstat (limited to 'src/entropy')
-rw-r--r-- | src/entropy/cryptoapi_rng/es_capi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entropy/cryptoapi_rng/es_capi.h b/src/entropy/cryptoapi_rng/es_capi.h index cec7fba5e..d75101923 100644 --- a/src/entropy/cryptoapi_rng/es_capi.h +++ b/src/entropy/cryptoapi_rng/es_capi.h @@ -25,7 +25,7 @@ class Win32_CAPI_EntropySource : public EntropySource /** * Win32_Capi_Entropysource Constructor - * @provs list of providers, seperated by ':' + * @param provs list of providers, separated by ':' */ Win32_CAPI_EntropySource(const std::string& provs = ""); private: |