From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) (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 2674D2094502E for ; Wed, 5 Apr 2017 17:53:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491440013; x=1522976013; h=from:to:cc:subject:date:message-id; bh=LO1+iFIllfM8KFY5G925GsSHiGIuCcdSVZGrB5j4w44=; b=vQ3xXzF2xg2EPiz19BC4dkrMHWI04ZKpFJla1MWP6oQMRRD2/V4YdKAd 9oFtkBpVpNRSSxOB1L3wU+Uv2JWJAw==; Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Apr 2017 17:53:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,281,1488873600"; d="scan'208";a="952380649" Received: from shwdeopenpsi114.ccr.corp.intel.com ([10.239.157.135]) by orsmga003.jf.intel.com with ESMTP; 05 Apr 2017 17:53:31 -0700 From: Dandan Bi To: edk2-devel@lists.01.org Cc: Jeff Fan Date: Thu, 6 Apr 2017 08:53:24 +0800 Message-Id: <1491440004-104768-1-git-send-email-dandan.bi@intel.com> X-Mailer: git-send-email 1.9.5.msysgit.1 Subject: [patch] UefiCpuPkg: Fix typos in UefiCpuPkg.dec 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: Thu, 06 Apr 2017 00:53:33 -0000 Cc: Jeff Fan Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi --- UefiCpuPkg/UefiCpuPkg.dec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UefiCpuPkg/UefiCpuPkg.dec b/UefiCpuPkg/UefiCpuPkg.dec index e87f103..6f30ad0 100644 --- a/UefiCpuPkg/UefiCpuPkg.dec +++ b/UefiCpuPkg/UefiCpuPkg.dec @@ -30,11 +30,11 @@ UefiCpuLib|Include/Library/UefiCpuLib.h ## @libraryclass Defines some routines that are used to register/manage/program ## CPU features. ## - UefiCpuLib|Include/Library/RegisterCpuFeaturesLib.h + RegisterCpuFeaturesLib|Include/Library/RegisterCpuFeaturesLib.h [LibraryClasses.IA32, LibraryClasses.X64] ## @libraryclass Provides functions to manage MTRR settings on IA32 and X64 CPUs. ## MtrrLib|Include/Library/MtrrLib.h -- 1.9.5.msysgit.1