Index: sdk/lib/internal/sort.dart |
diff --git a/sdk/lib/internal/sort.dart b/sdk/lib/internal/sort.dart |
index cd191d42628e8d77742ab7499db277e983e52dbb..d6cca2e3e5464f42b28d00d803fb7b45d19ec791 100644 |
--- a/sdk/lib/internal/sort.dart |
+++ b/sdk/lib/internal/sort.dart |
@@ -157,7 +157,7 @@ class Sort { |
bool pivots_are_equal = (compare(pivot1, pivot2) == 0); |
if (pivots_are_equal) { |
var pivot = pivot1; |
- // Degenerated case where the partitioning becomes a dutch national flag |
+ // Degenerated case where the partitioning becomes a Dutch national flag |
// problem. |
// |
// [ | < pivot | == pivot | unpartitioned | > pivot | ] |