guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#42205] [PATCH] discovery: Fix typo.


From: Mathieu Othacehe
Subject: [bug#42205] [PATCH] discovery: Fix typo.
Date: Sun, 05 Jul 2020 10:00:45 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hey,

>  (define (fold-module-public-variables* proc init modules)
> -  "Call (PROC MODULE SYMBOL VARIABLE) for each variable exported by one of 
> MODULES,
> -using INIT as the initial value of RESULT.  It is guaranteed to never 
> traverse
> -the same object twice."
> +  "Call (PROC MODULE SYMBOL VARIABLE RESULT) for each variable exported by 
> one
> +of MODULES, using INIT as the initial value of RESULT.  It is guaranteed to
> +never traverse the same object twice."
>    ;; Here SEEN is populated by variables; if two different variables refer to
>    ;; the same object, we still let them through.
>    (identity                                       ;discard second return 
> value

This looks fine. Do not hesitate to proceed without reviewing for those
typo fixing patches :).

Thanks for your patch,

Mathieu





reply via email to

[Prev in Thread] Current Thread [Next in Thread]