From 9b8379cf88b97e3e4b7b797c4d4824d3be26628b Mon Sep 17 00:00:00 2001 From: Julian Hammer Date: Tue, 10 Nov 2020 13:33:24 +0100 Subject: [PATCH] fixed typo --- osaca/frontend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osaca/frontend.py b/osaca/frontend.py index e12590c..b7ae370 100755 --- a/osaca/frontend.py +++ b/osaca/frontend.py @@ -297,7 +297,7 @@ class Frontend(object): ' Specify the uarch with --arch. See --help for more information.\n' ) length_text = ( - 'WARNING: You are analyzing a large amount of instruction forms. Analyses ' + 'WARNING: You are analyzing a large amount of instruction forms. Analysis ' 'across loops/block boundaries often do not make much sense.\n' ' Specify the kernel length with --length. See --help for more ' 'information.\n'