mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: file-systems: Fix typo.
* gnu/system/file-systems.scm (%container-file-systems): Fix typo in a comment.
This commit is contained in:
parent
663d0733c8
commit
b57ec5f6cd
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ (define %base-file-systems
|
|||
;; https://github.com/docker/libcontainer/blob/master/SPEC.md#filesystem
|
||||
(define %container-file-systems
|
||||
(list
|
||||
;; Psuedo-terminal file system.
|
||||
;; Pseudo-terminal file system.
|
||||
(file-system
|
||||
(device "none")
|
||||
(mount-point "/dev/pts")
|
||||
|
|
Loading…
Reference in a new issue