From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 357A42008317D for ; Thu, 6 Apr 2017 20:01:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491534077; x=1523070077; h=from:to:cc:subject:date:message-id; bh=qobUcrbnT+vNUlU/9idqGH9f2IqeRdcLZh/wswCoRTM=; b=cYZNo5jkd19owTdXFMxR1iBuWbDxhlCByrRyZN3cJyneuogWmVg1e/wg dyCsRrIdfPQeWFzMoxBr/LYY1NW+LQ==; Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Apr 2017 20:01:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,162,1488873600"; d="scan'208";a="1116702098" Received: from shwdeopenpsi114.ccr.corp.intel.com ([10.239.157.135]) by orsmga001.jf.intel.com with ESMTP; 06 Apr 2017 20:01:15 -0700 From: Dandan Bi To: edk2-devel@lists.01.org Cc: Ruiyu Ni Date: Fri, 7 Apr 2017 11:01:07 +0800 Message-Id: <1491534067-55000-1-git-send-email-dandan.bi@intel.com> X-Mailer: git-send-email 1.9.5.msysgit.1 Subject: [patch] ShellPkg/SetVar: Fix typo in comments 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: Fri, 07 Apr 2017 03:01:17 -0000 Cc: Ruiyu Ni Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi --- ShellPkg/Library/UefiShellDebug1CommandsLib/SetVar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SetVar.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/SetVar.c index 7cbe0d9..8fb918d 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SetVar.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SetVar.c @@ -245,11 +245,11 @@ ParseParameterData ( } /** Function to get each data from parameters. - @param[in] Pacakge The package of checked values. + @param[in] Package The package of checked values. @param[out] Buffer A pointer to a buffer to hold the return data. @param[out] BufferSize Indicates the size of data in bytes return in Buffer. @retval EFI_INVALID_PARAMETER Buffer or BufferSize is NULL. @retval EFI_OUT_OF_RESOURCES A memory allcation failed. -- 1.9.5.msysgit.1