Skip to content

Commit

Permalink
arch/x86_64: fix module doc comment
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Lopez <[email protected]>
  • Loading branch information
slp committed Dec 5, 2024
1 parent 19a4750 commit 523d5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arch/src/x86_64/layout.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the THIRD-PARTY file.

/// Magic addresses externally used to lay out x86_64 VMs.
//! Magic addresses externally used to lay out x86_64 VMs.
/// Initial stack for the boot CPU.
pub const BOOT_STACK_POINTER: u64 = 0x8ff0;
Expand Down

0 comments on commit 523d5f9

Please sign in to comment.