From cf62f13cdc8a7f21c78f03b097bff6edf09fdead Mon Sep 17 00:00:00 2001 From: Yong He Date: Mon, 6 Jul 2020 11:58:14 -0700 Subject: ShortList and core.natvis improvements. (#1430) * ShortList and core.natvis improvements. * Fix gcc build. * add `getBuffer()` accessor to `GetArrayViewResult` --- source/core/slang-dictionary.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/core/slang-dictionary.h') diff --git a/source/core/slang-dictionary.h b/source/core/slang-dictionary.h index 72b24f81c..10c5a9b7d 100644 --- a/source/core/slang-dictionary.h +++ b/source/core/slang-dictionary.h @@ -82,7 +82,7 @@ namespace Slang private: inline int GetProbeOffset(int /*probeId*/) const { - // quadratic probing + // linear probing return 1; } private: -- cgit v1.2.3