| Index: sdk/lib/_internal/compiler/implementation/scanner/scanner_task.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/scanner/scanner_task.dart b/sdk/lib/_internal/compiler/implementation/scanner/scanner_task.dart
|
| index 869e20e369c7e37ac00ea2d81cd225c5efb2c282..0fa7c5709310f2e758ae1880814820aec319c568 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/scanner/scanner_task.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/scanner/scanner_task.dart
|
| @@ -40,8 +40,8 @@ class ScannerTask extends CompilerTask {
|
| * Returns the tokens for the [source].
|
| *
|
| * The [StringScanner] implementation works on strings that end with a '0'
|
| - * value ('\x00'). If [source] does not with '0', the string is copied before
|
| - * scanning.
|
| + * value ('\x00'). If [source] does not end with '0', the string is copied
|
| + * before scanning.
|
| */
|
| Token tokenize(String source) {
|
| return measure(() {
|
|
|