| Index: runtime/lib/string_buffer_patch.dart
|
| ===================================================================
|
| --- runtime/lib/string_buffer_patch.dart (revision 28067)
|
| +++ runtime/lib/string_buffer_patch.dart (working copy)
|
| @@ -32,7 +32,7 @@
|
|
|
| /**
|
| * The buffer is used to build up a string from code units. It is
|
| - * used when writing short strings or individul char codes to the
|
| + * used when writing short strings or individual char codes to the
|
| * buffer. The buffer is allocated on demand.
|
| */
|
| Uint16List _buffer = null;
|
|
|