install: Fix typo.

* gnu/system/install.scm (installation-os): Fix typo in comment.
This commit is contained in:
Tobias Geerinckx-Rice 2017-11-10 20:36:15 +01:00
parent 9629c6b4b2
commit 795ec760e4
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ Use Alt-F2 for documentation.
;; '.fuse_hiddenXYZ' files for each open file, and this confuses ;; '.fuse_hiddenXYZ' files for each open file, and this confuses
;; Guix's test suite, for instance (see ;; Guix's test suite, for instance (see
;; <http://bugs.gnu.org/23056>). We keep this for overlayfs to be ;; <http://bugs.gnu.org/23056>). We keep this for overlayfs to be
;; on the save side. ;; on the safe side.
(file-system (file-system
(mount-point "/tmp") (mount-point "/tmp")
(device "none") (device "none")