From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-x244.google.com (mail-pf0-x244.google.com [IPv6:2607:f8b0:400e:c00::244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 1034921A04823 for ; Mon, 1 May 2017 17:01:52 -0700 (PDT) Received: by mail-pf0-x244.google.com with SMTP id g23so29720284pfj.1 for ; Mon, 01 May 2017 17:01:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=TpRWr+CNfUv9C9YRojekZMKNKNyeTJ5VS25JlDoYyO0=; b=lAna4t2XAlinqQaJ1VeMErROJYFHQiLQYKzqaPBFWAcP2fk0E+g33lYrcTzEM6szQy +cdekj+LWr8SZOqRAJS1FPx3uUNc6WUeGvpkBLBYOJjfpFnmQN/6F3fRAlyr5y4JYUKZ HdvsxzTl6FGI5RV3PLbYMSW1J1khIH1rC5j8MW5S4RadaepKkSAeCdXuXIRe14ksScgp krootY16mbER0SLnZflC6snwppgeCullYIi/UJ2smyfEs6FaWxnQltM1OblHxwjmn3sB DP0tfYVVCBAeLmMiWYVIFeuZOVvjKKzVDF7ksKkFM5l6Qu/QgrHQ9EtEuEmJMn54denS CoOQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=TpRWr+CNfUv9C9YRojekZMKNKNyeTJ5VS25JlDoYyO0=; b=HDURNt2TlMsplJtIeegPwPv24C6QrJ4P8r36G+V5Ux/0V61qNVRT57HvybgNDbyGFE LcZjKqLJ401e+gPy4PCJmsqcWylmYZMQ2T1WsLg/SiHmgc+mzImW/UafpKxvbs5NQdbb zJ14gehITq6hnfsQ4qUex1xuF7RbUWZFTpEup1bBc0VKNgChIL9VsW4mAvZmX2Ha1ZlY qyYmGD4uaiacsc/vK+xoY3Aeqo8MfSlW7QbCkFx4T1cB5hVghzDEAcZttbgeSm06+etB HZSLfY2d06VrugkhuvMyZvCwDTUZU2rz5ImLxtob88toAcjPyxOR9jSfxZ5w+gLkqr3q 8iYw== X-Gm-Message-State: AN3rC/6PhDdjYTKicsV8QPUnlx3NxljX/dRaha83j7GIYs6BEnym5hNt 4dkAf4o4AaM2iw== X-Received: by 10.84.222.133 with SMTP id x5mr4485190pls.36.1493683311771; Mon, 01 May 2017 17:01:51 -0700 (PDT) Received: from NITINP-PC.hq.netapp.com ([216.240.19.104]) by smtp.gmail.com with ESMTPSA id u78sm6896630pfa.47.2017.05.01.17.01.51 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 01 May 2017 17:01:51 -0700 (PDT) From: Nitin Puranik To: edk2-devel@lists.01.org Date: Mon, 1 May 2017 17:01:26 -0700 Message-Id: <2740eed9b0ca58dcf30dfe361a90eafc309a7e50.1493679413.git.nitin.n.puranik@gmail.com> X-Mailer: git-send-email 2.11.0.windows.3 Subject: [PATCH] MdePkg: Fixed typos throughout the document. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 00:01:52 -0000 Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Nitin Puranik --- MdePkg/Include/Protocol/SerialIo.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MdePkg/Include/Protocol/SerialIo.h b/MdePkg/Include/Protocol/SerialIo.h index 31cd46614e..9fd89f98f2 100644 --- a/MdePkg/Include/Protocol/SerialIo.h +++ b/MdePkg/Include/Protocol/SerialIo.h @@ -104,7 +104,7 @@ EFI_STATUS ); /** - Sets the baud rate, receive FIFO depth, transmit/receice time out, parity, + Sets the baud rate, receive FIFO depth, transmit/receive time out, parity, data bits, and stop bits on a serial device. @param This Protocol instance pointer. @@ -160,7 +160,7 @@ EFI_STATUS ); /** - Retrieves the status of thecontrol bits on a serial device + Retrieves the status of the control bits on a serial device @param This Protocol instance pointer. @param Control A pointer to return the current Control signals from the serial device. @@ -244,7 +244,7 @@ EFI_STATUS @param Parity If applicable, this is the EFI_PARITY_TYPE that is computed or - checked as each character is transmitted or reveived. If the device + checked as each character is transmitted or received. If the device does not support parity the value is the default parity value. @param StopBits -- 2.11.0.windows.3