]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/RandomNumberGenerator/RngDxe/RdRand.c
SecurityPkg: Fix spelling errors
[mirror_edk2.git] / SecurityPkg / RandomNumberGenerator / RngDxe / RdRand.c
index acfdc71d356c3188e49cc786bdbe98d2af5cbf2e..e7dd5ab1811117f0af5064994641aaa6d9d586ee 100644 (file)
@@ -3,13 +3,7 @@
 \r
 Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
 (C) Copyright 2015 Hewlett Packard Enterprise Development LP<BR>\r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 #include <Library/RngLib.h>\r
@@ -85,7 +79,7 @@ RdRandGetSeed128 (
   UINT32      Index2;\r
 \r
   //\r
-  // Chose an arbitary key and zero the feed_forward_value (FFV)\r
+  // Chose an arbitrary key and zero the feed_forward_value (FFV)\r
   //\r
   for (Index = 0; Index < 16; Index++) {\r
     Key[Index] = (UINT8) Index;\r