From 5552bcab76ed4a95732a3575d1891c6d50087b84 Mon Sep 17 00:00:00 2001 From: Jason Dellaluce Date: Tue, 6 Dec 2022 14:21:52 +0000 Subject: [PATCH] chore: fix typo Signed-off-by: Jason Dellaluce --- userspace/engine/filter_macro_resolver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userspace/engine/filter_macro_resolver.h b/userspace/engine/filter_macro_resolver.h index 8c1b1f70..4c3888e6 100644 --- a/userspace/engine/filter_macro_resolver.h +++ b/userspace/engine/filter_macro_resolver.h @@ -60,7 +60,7 @@ class filter_macro_resolver /*! \brief used in get_{resolved,unknown}_macros and get_errors - to represent an identifer/string value along with an AST position. + to represent an identifier/string value along with an AST position. */ typedef std::pair value_info;