From 4ec7e999e7edf479470ea129e5727e583319a350 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Sat, 14 Oct 2023 13:21:32 -0400 Subject: [PATCH] inforamtion => information --- base/compiler/abstractinterpretation.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/compiler/abstractinterpretation.jl b/base/compiler/abstractinterpretation.jl index bfddc2d6927b3..3382a6189b3b6 100644 --- a/base/compiler/abstractinterpretation.jl +++ b/base/compiler/abstractinterpretation.jl @@ -1219,7 +1219,7 @@ end conditional_argtypes::ConditionalArgtypes) The implementation is able to forward `Conditional` of `conditional_argtypes`, -as well as the other general extended lattice inforamtion. +as well as the other general extended lattice information. """ function matching_cache_argtypes(𝕃::AbstractLattice, linfo::MethodInstance, conditional_argtypes::ConditionalArgtypes)