From c01120c62b3d3649a5c7e6962c077b88c5512622 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Fri, 26 Jan 2018 09:30:38 +0100 Subject: [PATCH] Correct typos Change-Id: Iaf3546dcbf980625149302000a1c4a3fad296642 Signed-off-by: Tibor Frank --- resources/tools/presentation/generator_tables.py | 4 ++-- resources/tools/presentation/specification.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py index 71ec431e6a..58d3b67b55 100644 --- a/resources/tools/presentation/generator_tables.py +++ b/resources/tools/presentation/generator_tables.py @@ -335,8 +335,8 @@ def _read_csv_template(file_name): raise PresentationError(str(err), level="ERROR") -def table_performance_comparision(table, input_data): - """Generate the table(s) with algorithm: table_performance_comparision +def table_performance_comparison(table, input_data): + """Generate the table(s) with algorithm: table_performance_comparison specified in the specification file. :param table: Table to generate. diff --git a/resources/tools/presentation/specification.yaml b/resources/tools/presentation/specification.yaml index d6e0b0ea78..e1ce00cfe8 100644 --- a/resources/tools/presentation/specification.yaml +++ b/resources/tools/presentation/specification.yaml @@ -449,7 +449,7 @@ - type: "table" title: "Performance Impact of Meltdown Patches" - algorithm: "table_performance_comparision" + algorithm: "table_performance_comparison" output-file-ext: ".csv" # TODO: specify dir output-file: "{DIR[DTR,PERF,VPP,IMPACT,MELTDOWN]}/meltdown-impact" @@ -481,7 +481,7 @@ - type: "table" title: "Performance Impact of Spectre Patches" - algorithm: "table_performance_comparision" + algorithm: "table_performance_comparison" output-file-ext: ".csv" # TODO: specify dir output-file: "{DIR[DTR,PERF,VPP,IMPACT,SPECTRE]}/spectre-impact" -- 2.16.6