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 | |
| parent | 663d0733c8059173190e7cedd62124fa4d9bdf8f (diff) | |
gnu: file-systems: Fix typo.
* gnu/system/file-systems.scm (%container-file-systems): Fix typo in a
comment.
Diffstat (limited to 'gnu/system')
| -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 a06c173a709..33926444b69 100644 --- a/gnu/system/file-systems.scm +++ b/gnu/system/file-systems.scm | |||
| @@ -208,7 +208,7 @@ initrd code." | |||
| 208 | ;; https://github.com/docker/libcontainer/blob/master/SPEC.md#filesystem | 208 | ;; https://github.com/docker/libcontainer/blob/master/SPEC.md#filesystem |
| 209 | (define %container-file-systems | 209 | (define %container-file-systems |
| 210 | (list | 210 | (list |
| 211 | ;; Psuedo-terminal file system. | 211 | ;; Pseudo-terminal file system. |
| 212 | (file-system | 212 | (file-system |
| 213 | (device "none") | 213 | (device "none") |
| 214 | (mount-point "/dev/pts") | 214 | (mount-point "/dev/pts") |
