X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ArmPkg%2FLibrary%2FBaseMemoryLibStm%2FZeroMemWrapper.c;h=d6c6279f682fda1933fa47c324d5596591aab9b8;hp=89520348bad2aefaadd92e51f8806ea8bba44f05;hb=3402aac7d985bf8a9f9d3c639f3fe93609380513;hpb=62d441fb17d59958bf00c4a1f3b52bf6a0b40b24 diff --git a/ArmPkg/Library/BaseMemoryLibStm/ZeroMemWrapper.c b/ArmPkg/Library/BaseMemoryLibStm/ZeroMemWrapper.c index 89520348ba..d6c6279f68 100755 --- a/ArmPkg/Library/BaseMemoryLibStm/ZeroMemWrapper.c +++ b/ArmPkg/Library/BaseMemoryLibStm/ZeroMemWrapper.c @@ -11,7 +11,7 @@ BaseMemoryLibOptPei PeiMemoryLib UefiMemoryLib - + Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License @@ -29,7 +29,7 @@ Fills a target buffer with zeros, and returns the target buffer. This function fills Length bytes of Buffer with zeros, and returns Buffer. - + If Length > 0 and Buffer is NULL, then ASSERT(). If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().