[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/5] libihash: fix typo
From: |
Samuel Thibault |
Subject: |
Re: [PATCH 1/5] libihash: fix typo |
Date: |
Wed, 21 May 2014 01:44:12 +0200 |
User-agent: |
Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30) |
Justus Winter, le Thu 15 May 2014 23:10:47 +0200, a écrit :
> * libihash/ihash.c (hurd_ihash_add): Fix typo.
Ack.
> ---
> libihash/ihash.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libihash/ihash.c b/libihash/ihash.c
> index 151c1a7..f20ba61 100644
> --- a/libihash/ihash.c
> +++ b/libihash/ihash.c
> @@ -302,7 +302,7 @@ hurd_ihash_add (hurd_ihash_t ht, hurd_ihash_key_t key,
> hurd_ihash_value_t item)
> else
> ht->size <<= 1;
>
> - /* calloc() will initialize all values to _HURD_IHASH_EMPTY implicitely.
> */
> + /* calloc() will initialize all values to _HURD_IHASH_EMPTY implicitly. */
> ht->items = calloc (ht->size, sizeof (struct _hurd_ihash_item));
>
> if (ht->items == NULL)
> --
> 2.0.0.rc0
>
--
Samuel
In mutt, type cthis
Dans mutt, taper cceci
- next round of patches, Justus Winter, 2014/05/15
- [PATCH 2/5] libihash: add hurd_ihash_get_load, Justus Winter, 2014/05/15
- [PATCH 5/5] include: add lock-less reference counting primitives, Justus Winter, 2014/05/15
- [PATCH 1/5] libihash: fix typo, Justus Winter, 2014/05/15
- Re: [PATCH 1/5] libihash: fix typo,
Samuel Thibault <=
- [PATCH 3/5] libihash: add hurd_ihash_value_valid, Justus Winter, 2014/05/15
- [PATCH 4/5] libihash: optimize lookup-or-insert operations, Justus Winter, 2014/05/15