From 97aef55a7f6dcd0077afcbc760bfea8303f7528d Mon Sep 17 00:00:00 2001 From: Nikolay Degterinsky Date: Tue, 24 Jan 2023 23:00:02 +0000 Subject: [PATCH] Fix typo --- src/Dictionaries/RangeHashedDictionaryComplex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Dictionaries/RangeHashedDictionaryComplex.cpp b/src/Dictionaries/RangeHashedDictionaryComplex.cpp index e0e17734e00..76b3920627e 100644 --- a/src/Dictionaries/RangeHashedDictionaryComplex.cpp +++ b/src/Dictionaries/RangeHashedDictionaryComplex.cpp @@ -1,7 +1,7 @@ #include /// RangeHashedDictionary is instantiated from two files -/// RangeHashedDictionaryCimple.cpp and RangeHashedDictionaryComplex.cpp +/// RangeHashedDictionarySimple.cpp and RangeHashedDictionaryComplex.cpp /// to better parallelize the build procedure and avoid MSan build failure /// due to excessive resource consumption.