aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'crates/hule-vmm/src/backend/qemu/cli.rs')
-rw-r--r--crates/hule-vmm/src/backend/qemu/cli.rs4+2 −2
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/hule-vmm/src/backend/qemu/cli.rs b/crates/hule-vmm/src/backend/qemu/cli.rs
index 68d7260..1612d13 100644
--- a/crates/hule-vmm/src/backend/qemu/cli.rs
+++ b/crates/hule-vmm/src/backend/qemu/cli.rs
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2026 Nikolay Govorov
+// SPDX-FileCopyrightText: 2026 Nikolay Govorov
// SPDX-License-Identifier: Apache-2.0
//! Typed wrapper over the `qemu-system-*` command line. One qemu concept
@@ -7,7 +7,7 @@
use std::path::PathBuf;
/// One of the architectures qemu ships a `qemu-system-*` binary for.
-/// Distinct from `hule_hmi::Architecture`: this is qemu's own set of
+/// Distinct from `hule_image::Architecture`: this is qemu's own set of
/// per-arch conventions (binary name, machine type, TCG cpu model), not
/// Hule's.
#[derive(Debug, Clone, Copy, PartialEq, Eq)]