summaryrefslogtreecommitdiff
path: root/docs/tutorial/helper_scripts.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorial/helper_scripts.md')
-rw-r--r--docs/tutorial/helper_scripts.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/helper_scripts.md b/docs/tutorial/helper_scripts.md
index 49ca3925c..cef356392 100644
--- a/docs/tutorial/helper_scripts.md
+++ b/docs/tutorial/helper_scripts.md
@@ -120,7 +120,7 @@ Optional arguments are `-o output` to output to a different file and `-v` to giv
## vt_fmt
-This turns the strange strings in the `osSyncPrintf`s into the human-readable equivalent instructions. Copy the contents, including the quotation marks, and run
+This turns the strange strings in the `PRINTF`s into the human-readable equivalent instructions. Copy the contents, including the quotation marks, and run
```sh
./tools/vt_fmt.py "contents"
```