X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EmbeddedPkg%2FLibrary%2FTemplateSerialPortLib%2FTemplateSerialPortLib.c;h=c3f8bd129802054b3ac62ba43311caa7303abbf6;hp=5d9bb073c70e490ae1c61c762e2c3caa70c9efef;hb=3402aac7d985bf8a9f9d3c639f3fe93609380513;hpb=62d441fb17d59958bf00c4a1f3b52bf6a0b40b24 diff --git a/EmbeddedPkg/Library/TemplateSerialPortLib/TemplateSerialPortLib.c b/EmbeddedPkg/Library/TemplateSerialPortLib/TemplateSerialPortLib.c index 5d9bb073c7..c3f8bd1298 100644 --- a/EmbeddedPkg/Library/TemplateSerialPortLib/TemplateSerialPortLib.c +++ b/EmbeddedPkg/Library/TemplateSerialPortLib/TemplateSerialPortLib.c @@ -3,7 +3,7 @@ Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.
Copyright (c) 2012, ARM Ltd. All rights reserved. - + This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -82,7 +82,7 @@ SerialPortRead ( Poll the serial device to see if there is any data waiting. If there is data waiting to be read from the serial port, then return - TRUE. If there is no data waiting to be read from the serial port, then + TRUE. If there is no data waiting to be read from the serial port, then return FALSE. @retval TRUE Data is waiting to be read.