From nobody Sat May 4 09:14:47 2024 Delivered-To: importer@patchew.org Received-SPF: none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) client-ip=198.145.21.10; envelope-from=edk2-devel-bounces@lists.01.org; helo=ml01.01.org; Authentication-Results: mx.zoho.com; dkim=fail spf=none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) smtp.mailfrom=edk2-devel-bounces@lists.01.org; Return-Path: Received: from ml01.01.org (ml01.01.org [198.145.21.10]) by mx.zohomail.com with SMTPS id 1493683315234250.09568972208717; Mon, 1 May 2017 17:01:55 -0700 (PDT) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id EFF0121A04830; Mon, 1 May 2017 17:01:52 -0700 (PDT) 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) 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) X-Original-To: edk2-devel@lists.01.org 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) 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: [edk2] [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: , MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) X-ZohoMail: RDKM_2 RSF_4 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" 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/S= erialIo.h index 31cd46614e..9fd89f98f2 100644 --- a/MdePkg/Include/Protocol/SerialIo.h +++ b/MdePkg/Include/Protocol/SerialIo.h @@ -104,7 +104,7 @@ EFI_STATUS ); =20 /** - Sets the baud rate, receive FIFO depth, transmit/receice time out, parit= y,=20 + Sets the baud rate, receive FIFO depth, transmit/receive time out, parit= y, data bits, and stop bits on a serial device. =20 @param This Protocol instance pointer. @@ -160,7 +160,7 @@ EFI_STATUS ); =20 /** - Retrieves the status of thecontrol bits on a serial device + Retrieves the status of the control bits on a serial device =20 @param This Protocol instance pointer. @param Control A pointer to return the current Control signal= s from the serial device. @@ -244,7 +244,7 @@ EFI_STATUS =20 @param Parity If applicable, this is the EFI_PARITY_TYPE that is computed or=20 - 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. =20 @param StopBits --=20 2.11.0.windows.3 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel