mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 11:00:19 +01:00
store: Fix docstring typo.
* guix/store/roots.scm (gc-roots): Fix typo in docstring.
This commit is contained in:
parent
222c6b9408
commit
d2b83d4799
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
||||||
|
|
||||||
(define (gc-roots)
|
(define (gc-roots)
|
||||||
"Return the list of garbage collector roots (\"GC roots\"). This includes
|
"Return the list of garbage collector roots (\"GC roots\"). This includes
|
||||||
\"regular\" roots fount in %GC-ROOTS-DIRECTORY as well as indirect roots that
|
\"regular\" roots found in %GC-ROOTS-DIRECTORY as well as indirect roots that
|
||||||
are user-controlled symlinks stored anywhere on the file system."
|
are user-controlled symlinks stored anywhere on the file system."
|
||||||
(define (regular? file)
|
(define (regular? file)
|
||||||
(match file
|
(match file
|
||||||
|
|
Loading…
Add table
Reference in a new issue