mirror of https://github.com/acidanthera/audk.git
BaseTools: Fix comments about return value of 'LoadToolDefFile'
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Michael Zimmermann <sigmaepsilon92@gmail.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
parent
483b01d2da
commit
8b14b35b19
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue