From: Michael Zimmermann Date: Sat, 14 May 2016 09:49:54 +0000 (+0800) Subject: BaseTools: Fix comments about return value of 'LoadToolDefFile' X-Git-Tag: edk2-stable201903~6943 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=8b14b35b192dc57eb01e091b7bf32af3b0e960b3 BaseTools: Fix comments about return value of 'LoadToolDefFile' Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Michael Zimmermann Reviewed-by: Liming Gao --- diff --git a/BaseTools/Source/Python/Common/ToolDefClassObject.py b/BaseTools/Source/Python/Common/ToolDefClassObject.py index 4d54027820..07e6696380 100644 --- a/BaseTools/Source/Python/Common/ToolDefClassObject.py +++ b/BaseTools/Source/Python/Common/ToolDefClassObject.py @@ -53,7 +53,7 @@ class ToolDefClassObject(object): ## LoadToolDefFile # - # Load target.txt file and parse it, return a set structure to store keys and values + # Load target.txt file and parse it # # @param Filename: Input value for full path of tools_def.txt #