Fix a comment in the bundle marker (#44874)
authorVitek Karas <vitek.karas@microsoft.com>
Wed, 18 Nov 2020 16:21:05 +0000 (08:21 -0800)
committerGitHub <noreply@github.com>
Wed, 18 Nov 2020 16:21:05 +0000 (08:21 -0800)
src/installer/corehost/cli/apphost/bundle_marker.cpp

index ae796a4..aac23e5 100644 (file)
@@ -9,9 +9,8 @@
 int64_t bundle_marker_t::header_offset()
 {
     // Contains the bundle_placeholder default value at compile time.
-    // If this is a single-file bundle, the last 8 bytes are replaced 
-    // bundle-header replaced by "dotnet publish" with the offset 
-    // where the bundle_header is located.
+    // If this is a single-file bundle, the first 8 bytes are replaced 
+    // by "dotnet publish" with the offset where the bundle_header is located.
     static volatile uint8_t placeholder[] = 
     {
         // 8 bytes represent the bundle header-offset