We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f77914d commit ad97a12Copy full SHA for ad97a12
src/libraries/System.Private.CoreLib/src/System/Collections/Hashtable.cs
@@ -662,7 +662,7 @@ public virtual object? this[object key]
662
// in the same bucket. So in the reader we need to check if the hash table is modified during above steps.
663
//
664
// Writers (Insert, Remove, Clear) will set 'isWriterInProgress' flag before it starts modifying
665
- // the hashtable and will ckear the flag when it is done. When the flag is cleared, the 'version'
+ // the hashtable and will clear the flag when it is done. When the flag is cleared, the 'version'
666
// will be increased. We will repeat the reading if a writer is in progress or done with the modification
667
// during the read.
668
0 commit comments