Skip to content
Snippets Groups Projects
Unverified Commit 88401314 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

guix: Fix typo in docstring.

* guix/build/syscalls.scm (device-in-use?)<docstring>: Fix typo.
parent eea094cc
No related branches found
No related tags found
No related merge requests found
......@@ -692,7 +692,7 @@ (define-syntax BLKRRPART ;<sys/mount.h>
(define* (device-in-use? device)
"Return #t if the block DEVICE is in use, #f otherwise. This is inspired
from fdisk_device_is_used function of util-linux. This is particulary useful
from fdisk_device_is_used function of util-linux. This is particularly useful
for devices that do not appear in /proc/self/mounts like overlayfs lowerdir
backend device."
(let*-values (((fd) (open-fdes device O_RDONLY))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment