From 523d5f9f44b463f6bfd7346b8e2596cc68b55f09 Mon Sep 17 00:00:00 2001 From: Sergio Lopez Date: Thu, 5 Dec 2024 19:41:52 +0100 Subject: [PATCH] arch/x86_64: fix module doc comment Signed-off-by: Sergio Lopez --- src/arch/src/x86_64/layout.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arch/src/x86_64/layout.rs b/src/arch/src/x86_64/layout.rs index fd5b2ef4..ca92736b 100644 --- a/src/arch/src/x86_64/layout.rs +++ b/src/arch/src/x86_64/layout.rs @@ -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;