diff options
author | 2021-07-24 15:00:08 -0700 | |
---|---|---|
committer | 2021-07-24 15:00:08 -0700 | |
commit | 5354a44d6a60a18b0410ebb3413153b408398faf (patch) | |
tree | d38ba5b88cf91f8b97decf888325fc1ce25c7396 /src/javascript/jsc/headergen/sizegen.cpp | |
parent | 610c75a4922f76096b07dee38df1c101b61261a9 (diff) | |
download | bun-5354a44d6a60a18b0410ebb3413153b408398faf.tar.gz bun-5354a44d6a60a18b0410ebb3413153b408398faf.tar.zst bun-5354a44d6a60a18b0410ebb3413153b408398faf.zip |
wip
Former-commit-id: 796a9854b4a698b309a6e7a4c040047558858da6
Diffstat (limited to 'src/javascript/jsc/headergen/sizegen.cpp')
-rw-r--r-- | src/javascript/jsc/headergen/sizegen.cpp | 2 |
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"; |