From afb04af3e3f3ce6fbe361a1a8f59ee2007d95e35 Mon Sep 17 00:00:00 2001 From: Lino Le Van <11367844+lino-levan@users.noreply.github.com> Date: Thu, 9 Mar 2023 18:13:53 -0800 Subject: [PATCH] chore(cli): fix outdated comment (#18106) --- cli/standalone.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/standalone.rs b/cli/standalone.rs index 87e0be23aa..c678dd37a8 100644 --- a/cli/standalone.rs +++ b/cli/standalone.rs @@ -63,7 +63,7 @@ pub const MAGIC_TRAILER: &[u8; 8] = b"d3n0l4nd"; /// This function will try to run this binary as a standalone binary /// produced by `deno compile`. It determines if this is a standalone -/// binary by checking for the magic trailer string `D3N0` at EOF-12. +/// binary by checking for the magic trailer string `d3n0l4nd` at EOF-24. /// The magic trailer is followed by: /// - a u64 pointer to the JS bundle embedded in the binary /// - a u64 pointer to JSON metadata (serialized flags) embedded in the binary