summary refs log tree commit diff
path: root/gnu/system
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/system')
-rw-r--r--gnu/system/file-systems.scm2
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")