From nobody Mon Apr 29 13:40:26 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+91533+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+91533+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=gmail.com ARC-Seal: i=1; a=rsa-sha256; t=1658240834; cv=none; d=zohomail.com; s=zohoarc; b=XDRuO1bm7PN7sknwVRQcL+M7LGPHK2MI7MXaoGFBhnIDVGatyfgqY7dHq/J92Vx4XVJNNMHoKgF7EAJtWXuZ6E52UJALt9Y84ZdJ64VjVSSsia0dw6yF7DzfHceYIwm0URpxLRR3EaEK2yAs4EjvdmZ7qksbOvfYImA6B2F7qM8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1658240834; h=Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To; bh=vFR/BT5QculVKhL8ObMYWMcr1S5yRAKYBCW2XnILAZg=; b=IuHMcKHNxzo41dSMiDAmRH2ffjGIPSq/Nkoo3jtVTXWrTYCjhz8xB0lVKAQdZRz9EaFVKExNy9dYmArkL+H3YGuFSR5T4ZIBTEMBMguGksAIOkLxvXnb1bOYbdwtBubLxwxdVFULiweavG31VyAtgI616RpkXsnnxewaoogkpCA= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+91533+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1658240834984700.0037657306497; Tue, 19 Jul 2022 07:27:14 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id wpLBYY1788612xQWMglCbQYh; Tue, 19 Jul 2022 07:27:14 -0700 X-Received: from mail-lj1-f169.google.com (mail-lj1-f169.google.com [209.85.208.169]) by mx.groups.io with SMTP id smtpd.web10.41343.1658240833741074328 for ; Tue, 19 Jul 2022 07:27:14 -0700 X-Received: by mail-lj1-f169.google.com with SMTP id p6so17573024ljc.8 for ; Tue, 19 Jul 2022 07:27:13 -0700 (PDT) X-Gm-Message-State: Y2PrYpGCZF2FhIJAIO2TtqNYx1787277AA= X-Google-Smtp-Source: AGRyM1uhIH4uzZtPa/TxTGTJU0bxznJKi1JuKQE+HJfwY6MwifyuDVXW4l2+SgoRRJkNbVzhTySGUQ== X-Received: by 2002:a2e:be0e:0:b0:25d:5d33:1783 with SMTP id z14-20020a2ebe0e000000b0025d5d331783mr15912629ljq.517.1658240831752; Tue, 19 Jul 2022 07:27:11 -0700 (PDT) X-Received: from PC10319.67 ([82.97.198.254]) by smtp.googlemail.com with ESMTPSA id w8-20020a05651234c800b00489dedf1dcfsm3219473lfr.289.2022.07.19.07.27.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 19 Jul 2022 07:27:11 -0700 (PDT) From: "Konstantin Aladyshev" To: devel@edk2.groups.io Cc: bob.c.feng@intel.com, gaoliming@byosoft.com.cn, yuwei.chen@intel.com, Konstantin Aladyshev Subject: [edk2-devel] [PATCH] BaseTools/GenSec: Fix typo Date: Tue, 19 Jul 2022 17:27:10 +0300 Message-Id: <20220719142710.9501-1-aladyshev22@gmail.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,aladyshev22@gmail.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1658240834; bh=od9jQoMNcgj/+YTN5DYMmWAuvlrwiW2qXXN7POugN08=; h=Cc:Date:From:Reply-To:Subject:To; b=kQycGcE6qsYwJN6L+7CxI/75frIa9U3Cx3QZZd3TtYtfsAcedATa6D/kpdqPrJAJRJE nTuHR/ja6CuD3uoWgYfTwgaDOauQckvYh4iWf6WTD6p/3LXz2ODjJPLooY9SZqXSjHfvE qeDnYdbzJZa6DJRA+GUZav8dxtheoBOT3qg= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1658240836472100003 Content-Type: text/plain; charset="utf-8" Fix typo in the help message. Signed-off-by: Konstantin Aladyshev Reviewed-by: Bob Feng --- BaseTools/Source/C/GenSec/GenSec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaseTools/Source/C/GenSec/GenSec.c b/BaseTools/Source/C/GenSec= /GenSec.c index b1d05367ec..35a1ac64ea 100644 --- a/BaseTools/Source/C/GenSec/GenSec.c +++ b/BaseTools/Source/C/GenSec/GenSec.c @@ -191,7 +191,7 @@ Returns: as 0, tool get alignment value from SectionFile. I= t is\n\ specified in same order that the section file is i= nput.\n"); fprintf (stdout, " --dummy dummyfile\n\ - compare dummpyfile with input_file to decide wheth= er\n\ + compare dummyfile with input_file to decide whethe= r\n\ need to set PROCESSING_REQUIRED attribute.\n"); fprintf (stdout, " -v, --verbose Turn on verbose output with in= formational messages.\n"); fprintf (stdout, " -q, --quiet Disable all messages except ke= y message and fatal error\n"); --=20 2.25.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#91533): https://edk2.groups.io/g/devel/message/91533 Mute This Topic: https://groups.io/mt/92483493/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-