CryptoPkg/OpensslLib: Fix few typos

Fix few typos in comments.

Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Xiaoyu Lu <xiaoyux.lu@intel.com>
Signed-off-by: Antoine Coeur <coeur@gmx.fr>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
Message-Id: <20200207010831.9046-2-philmd@redhat.com>
This commit is contained in:
Antoine Coeur
2020-02-07 02:07:14 +01:00
committed by mergify[bot]
parent 4b026f0d5a
commit 7aa8af4576
2 changed files with 5 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ GetRandomNoise64 (
)
{
//
// Return FALSE will fallback to use PerformaceCounter to
// Return FALSE will fallback to use PerformanceCounter to
// generate noise.
//
return FALSE;