| Index: sdk/lib/core/int.dart
|
| diff --git a/sdk/lib/core/int.dart b/sdk/lib/core/int.dart
|
| index fdc7727e62dff885843f415c82ab2ca614cf24d6..0884d8f47c47ba005d3193f2bec3db67d3bb753a 100644
|
| --- a/sdk/lib/core/int.dart
|
| +++ b/sdk/lib/core/int.dart
|
| @@ -149,7 +149,7 @@ abstract class int extends num {
|
| * for non-negative (unsigned) values. Negative values are complemented to
|
| * return the bit position of the first bit that differs from the sign bit.
|
| *
|
| - * To find the the number of bits needed to store the value as a signed value,
|
| + * To find the number of bits needed to store the value as a signed value,
|
| * add one, i.e. use `x.bitLength + 1`.
|
| *
|
| * x.bitLength == (-x-1).bitLength
|
|
|