From 9f237d38a669428b74dc0d27be30cda0f81af4e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Criado-P=C3=A9rez?= Date: Wed, 26 Jul 2023 02:03:21 +0200 Subject: [PATCH] Corrected text --- libyul/AsmAnalysis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libyul/AsmAnalysis.h b/libyul/AsmAnalysis.h index c71b4cbe3..c49e68559 100644 --- a/libyul/AsmAnalysis.h +++ b/libyul/AsmAnalysis.h @@ -101,7 +101,7 @@ private: /// returns the type. Reports errors on errors and returns the default type. YulString expectExpression(Expression const& _expr); YulString expectUnlimitedStringLiteral(Literal const& _literal); - /// Vists the expression and expects it to return a single boolean value. + /// Visits the expression and expects it to return a single boolean value. /// Reports an error otherwise. void expectBoolExpression(Expression const& _expr);