Correct typos 57/10257/1
authorTibor Frank <tifrank@cisco.com>
Fri, 26 Jan 2018 08:30:38 +0000 (09:30 +0100)
committerTibor Frank <tifrank@cisco.com>
Fri, 26 Jan 2018 08:30:38 +0000 (09:30 +0100)
Change-Id: Iaf3546dcbf980625149302000a1c4a3fad296642
Signed-off-by: Tibor Frank <tifrank@cisco.com>
resources/tools/presentation/generator_tables.py
resources/tools/presentation/specification.yaml

index 71ec431..58d3b67 100644 (file)
@@ -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.
index d6e0b0e..e1ce00c 100644 (file)
 -
   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"
 -
   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"