[PATCH] tools: buildman: fix typo

Signed-off-by: Flavio Suligoi f.suligoi@asem.it --- tools/buildman/builder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/buildman/builder.py b/tools/buildman/builder.py index 784c641..3fd4fac 100644 --- a/tools/buildman/builder.py +++ b/tools/buildman/builder.py @@ -979,7 +979,7 @@ class Builder:
The summary takes the form of one line per architecture. The line contains deltas for each of the sections (+ means the section - got bigger, - means smaller). The nunmbers are the average number + got bigger, - means smaller). The numbers are the average number of bytes that a board in this section increased by.
For example:

On Wed, 29 Jan 2020 at 01:56, Flavio Suligoi f.suligoi@asem.it wrote:
Signed-off-by: Flavio Suligoi f.suligoi@asem.it
tools/buildman/builder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org

On Wed, Jan 29, 2020 at 09:56:05AM +0100, Flavio Suligoi wrote:
Signed-off-by: Flavio Suligoi f.suligoi@asem.it Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot/master, thanks!
participants (3)
-
Flavio Suligoi
-
Simon Glass
-
Tom Rini