From bca8e68c756b1f348417dc92bead4a9f3bf7d43f Mon Sep 17 00:00:00 2001 From: Dylan Tuttle Date: Tue, 23 May 2023 10:16:21 -0700 Subject: [PATCH] Fix another Address misspelling Fix a misspelling of address in a comment Issue: #6993 Signed-off-by: Dylan Tuttle --- compiler/il/OMRStaticSymbol.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/il/OMRStaticSymbol.hpp b/compiler/il/OMRStaticSymbol.hpp index 871ea012f4d..a57343a7f9e 100644 --- a/compiler/il/OMRStaticSymbol.hpp +++ b/compiler/il/OMRStaticSymbol.hpp @@ -45,7 +45,7 @@ namespace OMR { /** - * A symbol with an adress + * A symbol with an address */ class OMR_EXTENSIBLE StaticSymbol : public TR::Symbol {