[PATCH] Fix line-wrapping typo in comment

David Newall openssh at davidnewall.com
Sun Apr 26 22:00:36 AEST 2020


On 26/4/20 11:20 am, Michael Forney wrote:
> ---
>   sshbuf.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/sshbuf.h b/sshbuf.h
> index 78e32264..4b71405a 100644
> --- a/sshbuf.h
> +++ b/sshbuf.h
> @@ -140,7 +140,7 @@ int	sshbuf_allocate(struct sshbuf *buf, size_t len);
>   /*
>    * Reserve len bytes in buf.
>    * Returns 0 on success and a pointer to the first reserved byte via the
> - * optional dpp parameter or a negative * SSH_ERR_* error code on failure.
> + * optional dpp parameter or a negative SSH_ERR_* error code on failure.
>    */
>   int	sshbuf_reserve(struct sshbuf *buf, size_t len, u_char **dpp);
>   


As a matter of principle, I argue against accepting patches like this 
one.  It achieves nothing of merit, and it introduces noise when 
comparing different versions.



More information about the openssh-unix-dev mailing list