Skip to content

Commit 3443505

Browse files
committed
Replacing country with country/region
1 parent 7a5b823 commit 3443505

File tree

1 file changed

+1
-1
lines changed
  • src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Data

1 file changed

+1
-1
lines changed

src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Data/RBTree.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ void QuickSort3(RBFinger<T> low, RBFinger<T> high)
183183
// into three pieces:
184184
// "red" (item < pivot), "green" (item == pivot), "blue" (item > pivot)
185185
// This is the famous "Dutch National Flag" problem, named by Dijkstra
186-
// in honor of his country's flag, which has three vertical stripes
186+
// in honor of his country/region's flag, which has three vertical stripes
187187
// of different colors (I don't remember the Dutch colors, so I'm using
188188
// red, greeen, and blue, like the bits in a pixel color.)
189189
//

0 commit comments

Comments
 (0)