aboutsummaryrefslogtreecommitdiff
path: root/src/javascript/jsc/headergen/sizegen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/javascript/jsc/headergen/sizegen.cpp')
-rw-r--r--src/javascript/jsc/headergen/sizegen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/javascript/jsc/headergen/sizegen.cpp b/src/javascript/jsc/headergen/sizegen.cpp
index ecad3f2f3..ed43810e2 100644
--- a/src/javascript/jsc/headergen/sizegen.cpp
+++ b/src/javascript/jsc/headergen/sizegen.cpp
@@ -25,7 +25,7 @@ int main() {
cout << "// Failure to do so will lead to undefined behavior and probably some frustrated people.\n";
cout << "// --- Regenerate this: --- \n";
cout << "// 1. \"make jsc-bindings-headers\"\n";
- cout << "// 2. \"make sizegen\"\n";
+ cout << "// 2. \"makpe sizegen\"\n";
cout << "// 3. \"make jsc-bindings-headers\"\n";
cout << "// ------------------------\n";
cout << "// You can verify the numbers written in this file at runtime via the `extern`d types\n";