~ruther/guix-local

b57ec5f6cd1a4252badd92c5aa8bcac4e1dfa96e — Mathieu Lirzin 10 years ago 663d073
gnu: file-systems: Fix typo.

* gnu/system/file-systems.scm (%container-file-systems): Fix typo in a
  comment.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/system/file-systems.scm
M gnu/system/file-systems.scm => gnu/system/file-systems.scm +1 -1
@@ 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")