guix: Fix typo in docstring.
* guix/build/syscalls.scm (device-in-use?)<docstring>: Fix typo.
This commit is contained in:
parent
eea094ccdc
commit
88401314f9
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue