aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/headergen/sizegen.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/bun.js/headergen/sizegen.cpp (renamed from src/javascript/jsc/headergen/sizegen.cpp)4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/javascript/jsc/headergen/sizegen.cpp b/src/bun.js/headergen/sizegen.cpp
index c8308d084..1249d93b1 100644
--- a/src/javascript/jsc/headergen/sizegen.cpp
+++ b/src/bun.js/headergen/sizegen.cpp
@@ -25,8 +25,8 @@ int main() {
strftime(buf, 80, "%Y-%m-%d %H:%M:%s", timeinfo);
- cout << "// Auto-generated by src/javascript/jsc/headergen/sizegen.cpp at "
- << buf << ".\n";
+ cout << "// Auto-generated by src/bun.js/headergen/sizegen.cpp at " << buf
+ << ".\n";
cout << "// These are the byte sizes for the different object types with "
"bindings in JavaScriptCore.\n";
cout << "// This allows us to safely return stack allocated C++ types to "