From b9cd067ff3e547b27c9a12dba9b61654fb06dcc0 Mon Sep 17 00:00:00 2001 From: Eric Mutta Date: Thu, 7 Dec 2023 00:57:44 +0300 Subject: [PATCH] Fix comment typo in array.cpp The sentence: > ...a bunch **of of** array... Should be: > ...a bunch **of** array... --- src/coreclr/vm/array.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coreclr/vm/array.cpp b/src/coreclr/vm/array.cpp index 3670c7e8446bda..46ea5958f61513 100644 --- a/src/coreclr/vm/array.cpp +++ b/src/coreclr/vm/array.cpp @@ -4,7 +4,7 @@ // // -// File which contains a bunch of of array related things. +// File which contains a bunch of array related things. // #include "common.h"