diff options
author | Mathieu Lirzin <mthl@openmailbox.org> | 2015-07-13 16:10:40 +0200 |
---|---|---|
committer | Mathieu Lirzin <mthl@openmailbox.org> | 2015-07-13 16:22:16 +0200 |
commit | b57ec5f6cd1a4252badd92c5aa8bcac4e1dfa96e (patch) | |
tree | 04fd72b6d0c455312fa470b15f254c0f66950697 /gnu/system/file-systems.scm | |
parent | 663d0733c8059173190e7cedd62124fa4d9bdf8f (diff) | |
download | guix-b57ec5f6cd1a4252badd92c5aa8bcac4e1dfa96e.tar guix-b57ec5f6cd1a4252badd92c5aa8bcac4e1dfa96e.tar.gz |
gnu: file-systems: Fix typo.
* gnu/system/file-systems.scm (%container-file-systems): Fix typo in a
comment.
Diffstat (limited to 'gnu/system/file-systems.scm')
-rw-r--r-- | gnu/system/file-systems.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system/file-systems.scm b/gnu/system/file-systems.scm index a06c173a70..33926444b6 100644 --- a/gnu/system/file-systems.scm +++ b/gnu/system/file-systems.scm @@ -208,7 +208,7 @@ initrd code." ;; 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") |