summaryrefslogtreecommitdiffstats
path: root/CryptoPkg/Library/BaseCryptLib/Rand/CryptRandTsc.c
diff options
context:
space:
mode:
authorGary Lin <glin@suse.com>2016-10-19 15:01:10 +0800
committerQin Long <qin.long@intel.com>2016-11-07 23:21:22 +0800
commit2998af862469c6a05657e169d7def6f55420caad (patch)
tree51ea9442d3b38f7eb552c150548be35e4bb3b093 /CryptoPkg/Library/BaseCryptLib/Rand/CryptRandTsc.c
parentf675a1b42235b508e17220878453b4b1f04dd990 (diff)
downloadedk2-2998af862469c6a05657e169d7def6f55420caad.tar.gz
edk2-2998af862469c6a05657e169d7def6f55420caad.tar.bz2
edk2-2998af862469c6a05657e169d7def6f55420caad.zip
CryptoPkg: Fix typos in comments
- intialized -> initialized - componenet -> component - compoents -> components - FAlSE -> FALSE - responsiblity -> responsibility - validility -> validity - procudure -> procedure - pamameter -> parameter - randome -> random - buiild -> build Cc: Ting Ye <ting.ye@intel.com> Cc: Qin Long <qin.long@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin <glin@suse.com> Reviewed-by: Qin Long <qin.long@intel.com>
Diffstat (limited to 'CryptoPkg/Library/BaseCryptLib/Rand/CryptRandTsc.c')
-rw-r--r--CryptoPkg/Library/BaseCryptLib/Rand/CryptRandTsc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/CryptoPkg/Library/BaseCryptLib/Rand/CryptRandTsc.c b/CryptoPkg/Library/BaseCryptLib/Rand/CryptRandTsc.c
index 9bd349df4e..15f0b3feca 100644
--- a/CryptoPkg/Library/BaseCryptLib/Rand/CryptRandTsc.c
+++ b/CryptoPkg/Library/BaseCryptLib/Rand/CryptRandTsc.c
@@ -87,7 +87,7 @@ RandomSeed (
If Output is NULL, then return FALSE.
@param[out] Output Pointer to buffer to receive random value.
- @param[in] Size Size of randome bytes to generate.
+ @param[in] Size Size of random bytes to generate.
@retval TRUE Pseudorandom byte stream generated successfully.
@retval FALSE Pseudorandom number generator fails to generate due to lack of entropy.