From 2d53d54a5bf5f9ba9379e465f49ac9cdc55035de Mon Sep 17 00:00:00 2001 From: Antoine Cœur Date: Thu, 4 Jul 2019 19:43:48 +0800 Subject: BaseTools: Fix various typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix various typos in BaseTools. Signed-off-by: Cœur Reviewed-by: Bob Feng --- BaseTools/Source/Python/UPT/Library/StringUtils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BaseTools/Source/Python/UPT/Library/StringUtils.py') diff --git a/BaseTools/Source/Python/UPT/Library/StringUtils.py b/BaseTools/Source/Python/UPT/Library/StringUtils.py index e43924fa6c..fbc5177caf 100644 --- a/BaseTools/Source/Python/UPT/Library/StringUtils.py +++ b/BaseTools/Source/Python/UPT/Library/StringUtils.py @@ -863,7 +863,7 @@ def ConvertNOTEQToNE(Expr): ## SplitPcdEntry # # Split an PCD entry string to Token.CName and PCD value and FFE. -# NOTE: PCD Value and FFE can contain "|" in it's expression. And in INF specification, have below rule. +# NOTE: PCD Value and FFE can contain "|" in its expression. And in INF specification, have below rule. # When using the characters "|" or "||" in an expression, the expression must be encapsulated in # open "(" and close ")" parenthesis. # -- cgit v1.2.3