diff options
Diffstat (limited to 'MdeModulePkg/Bus/Pci/PciSioSerialDxe/Serial.h')
-rw-r--r-- | MdeModulePkg/Bus/Pci/PciSioSerialDxe/Serial.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Bus/Pci/PciSioSerialDxe/Serial.h b/MdeModulePkg/Bus/Pci/PciSioSerialDxe/Serial.h index f147e69044..3c7eb915f4 100644 --- a/MdeModulePkg/Bus/Pci/PciSioSerialDxe/Serial.h +++ b/MdeModulePkg/Bus/Pci/PciSioSerialDxe/Serial.h @@ -1,7 +1,7 @@ /** @file
Header file for PciSioSerial Driver
-Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>
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
@@ -541,7 +541,7 @@ SerialFifoRemove ( );
/**
- Reads and writes all avaliable data.
+ Reads and writes all available data.
@param SerialDevice The device to flush
|