Skip to content

Commit

Permalink
install: context typo
Browse files Browse the repository at this point in the history
Fix a small typo in a function context

Signed-off-by: Omer Tuchfeld <[email protected]>
  • Loading branch information
omertuc committed Nov 6, 2024
1 parent 093ddc6 commit a45c6fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1493,7 +1493,7 @@ fn require_empty_rootdir(rootfs_fd: &Dir) -> Result<()> {
}

/// Remove all entries in a directory, but do not traverse across distinct devices.
#[context("Removing entries (noxdev")]
#[context("Removing entries (noxdev)")]
fn remove_all_in_dir_no_xdev(d: &Dir) -> Result<()> {
let parent_dev = d.dir_metadata()?.dev();
for entry in d.entries()? {
Expand Down

0 comments on commit a45c6fe

Please sign in to comment.