mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
accounts: Fix typo in comment.
* gnu/build/accounts.scm (passwd->shadow): Fix typo in comment.
This commit is contained in:
parent
daf38746df
commit
8b8ab17561
1 changed files with 1 additions and 1 deletions
|
@ -526,7 +526,7 @@ (define previous-entry
|
||||||
|
|
||||||
(define now
|
(define now
|
||||||
;; On machines without a real-time clock (typically Arm SBCs), the system
|
;; On machines without a real-time clock (typically Arm SBCs), the system
|
||||||
;; clock may be at 1970-01-01 while booting, while would lead us to define
|
;; clock may be at 1970-01-01 while booting, which would lead us to define
|
||||||
;; NOW as zero.
|
;; NOW as zero.
|
||||||
;;
|
;;
|
||||||
;; However, the 'isexpired' function in Shadow interprets the combination
|
;; However, the 'isexpired' function in Shadow interprets the combination
|
||||||
|
|
Loading…
Reference in a new issue