From mboxrd@z Thu Jan 1 00:00:00 1970 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 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=QUyAUODD; spf=pass (domain: gmail.com, ip: 209.85.208.169, mailfrom: aladyshev22@gmail.com) Received: by mail-lj1-f169.google.com with SMTP id p6so17573024ljc.8 for ; Tue, 19 Jul 2022 07:27:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=urkrJKkfPrceVdhdN146KwDf59d2ahoidG5y6URbRuk=; b=QUyAUODD1je02yYqElDwlJMXSOUWRMa8oCUdIkTdovFqc4VUBZ/EchRfQUctgqrIs8 J9Srh14spNuwBfylcl1QJB5aI04jqW1O7Q0HmSKQz24rlbCOfAxnUO4sDyy1MHEWA8jR VjimWmv/gT8mOqld4deT3jU2KtIrc6wNYJ9zP2BSBN5E3Xd+FTLCJSl98Wg+6CVl/BU4 P2HjZsHHPo+9tzCZSNCUascVC0pK7CsjiPb5b+k6qxsgxDrFUl1eJoJ28e/aau10B7JG WVftKy8wRlRtYTih/sVfK02LFKEDS+wCtrONQRYaC6iwBnVJI5r8UcS+O97VXNKVR4bK QxiQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=urkrJKkfPrceVdhdN146KwDf59d2ahoidG5y6URbRuk=; b=cTHFiL9oDDH9jr4kmQ9WT+xSv8BAwlMmL/t1VO7VCvKff1JxykJog9DhOx9SqXuECr 7q3opnYtxzXE8JswcIJi0LDO8xWVXWj4mEmqBM0XO5fNJeGWtAoB6pZdI+DWPszCownG v1i2AcwVaI65wIBJ+lBiRRbm7ECNqVkJDg7exUjcfWCr22H4LjcNTfqXIrCEW301n5rM tjAvNajJXNyaDTUmyCU0jaLG+naDbIZzP2fGvv1Fh+KFIznDyg2XishshqyrliWX1eO0 qPr7NbaovioVHDETE+PR13nRGcZ0aaO57aGVY7YBSe0Pn+0vDb+Tegr2GUSzw+m1Hz6g YAcg== X-Gm-Message-State: AJIora+2VpNq8Y9ZxPftEGQHRglmFqx8tRr5iLAho/GyTm+t5JzBfiwb LWWC2RW+3WKM7mEyu/QK7F4GW5xEFURsPZsY 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) Return-Path: 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: [PATCH] BaseTools/GenSec: Fix typo Date: Tue, 19 Jul 2022 17:27:10 +0300 Message-Id: <20220719142710.9501-1-aladyshev22@gmail.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Fix typo in the help message. Signed-off-by: Konstantin Aladyshev --- 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\=0D specified in same order that the section file is i= nput.\n");=0D fprintf (stdout, " --dummy dummyfile\n\=0D - compare dummpyfile with input_file to decide wheth= er\n\=0D + compare dummyfile with input_file to decide whethe= r\n\=0D need to set PROCESSING_REQUIRED attribute.\n");=0D fprintf (stdout, " -v, --verbose Turn on verbose output with in= formational messages.\n");=0D fprintf (stdout, " -q, --quiet Disable all messages except ke= y message and fatal error\n");=0D --=20 2.25.1