Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(963)

Unified Diff: runtime/bin/gen_snapshot.cc

Issue 2975943002: Fix typo: intput-file -> input-file (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/gen_snapshot.cc
diff --git a/runtime/bin/gen_snapshot.cc b/runtime/bin/gen_snapshot.cc
index 39734f559f728f50f1d7092f54725d83f88c1fc6..e815265deb62b0caa68c51500f1a7cb4f17346a4 100644
--- a/runtime/bin/gen_snapshot.cc
+++ b/runtime/bin/gen_snapshot.cc
@@ -989,8 +989,8 @@ static void PrintUsage() {
" \n"
" To create a script snapshot with respect to a given core snapshot: \n"
" --snapshot_kind=script \n"
-" --vm_snapshot_data=<intput-file> \n"
-" --isolate_snapshot_data=<intput-file> \n"
+" --vm_snapshot_data=<input-file> \n"
+" --isolate_snapshot_data=<input-file> \n"
" --script_snapshot=<output-file> \n"
" <dart-script-file> \n"
" \n"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698