binman: Fix comment in bsection.GetEntries()
authorSimon Glass <sjg@chromium.org>
Mon, 8 Jul 2019 19:18:24 +0000 (13:18 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 24 Jul 2019 03:27:57 +0000 (20:27 -0700)
This comment is out of date as it does not correctly describe the return
value. Fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/bsection.py

index 03dfa2f805c4708a7081c8053722ff59c231abd8..a3026718794495b264a9fe51e7d9a586d19cd6b2 100644 (file)
@@ -399,10 +399,10 @@ class Section(object):
             raise ValueError("%s: No such property '%s'" % (msg, prop_name))
 
     def GetEntries(self):
-        """Get the number of entries in a section
+        """Get the dict of entries in a section
 
         Returns:
-            Number of entries in a section
+            OrderedDict of entries in a section
         """
         return self._entries