| Index: runtime/bin/gen_snapshot.cc
|
| diff --git a/runtime/bin/gen_snapshot.cc b/runtime/bin/gen_snapshot.cc
|
| index 9a25552df8045f8ecc70f1c959ec95afbd6cfdbe..18a71726487c879d13111400573dd8167f829dff 100644
|
| --- a/runtime/bin/gen_snapshot.cc
|
| +++ b/runtime/bin/gen_snapshot.cc
|
| @@ -898,7 +898,7 @@ static void PrintUsage() {
|
| " program. The format of this manifest is as follows. Each line in the \n"
|
| " manifest is a comma separated list of three elements. The first entry is \n"
|
| " the library URI, the second entry is the class name and the final entry \n"
|
| -" the function name. The file must be terminated with a newline charater. \n"
|
| +" the function name. The file must be terminated with a newline character. \n"
|
| " \n"
|
| " Example: \n"
|
| " dart:something,SomeClass,doSomething \n"
|
|
|