[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[hurd] 43/61: libihash: fix typo
From: |
Samuel Thibault |
Subject: |
[hurd] 43/61: libihash: fix typo |
Date: |
Tue, 27 May 2014 08:32:13 +0000 |
This is an automated email from the git hooks/post-receive script.
sthibault pushed a commit to branch upstream
in repository hurd.
commit 198ab077a14511e0af5f430f89ff2b1abacb1fd6
Author: Justus Winter <address@hidden>
Date: Thu May 15 17:57:10 2014 +0200
libihash: fix typo
* libihash/ihash.c (hurd_ihash_add): Fix typo.
---
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)
--
Alioth's /usr/local/bin/git-commit-notice on
/srv/git.debian.org/git/pkg-hurd/hurd.git
- [hurd] 46/61: trans/fakeroot: override fshelp_isowner, (continued)
- [hurd] 46/61: trans/fakeroot: override fshelp_isowner, Samuel Thibault, 2014/05/27
- [hurd] 37/61: libihash: use linear probing and fast modulo operation, Samuel Thibault, 2014/05/27
- [hurd] 44/61: libihash: add hurd_ihash_get_load, Samuel Thibault, 2014/05/27
- [hurd] 52/61: libdiskfs: fix type of dir_cache_id, node_cache_id, Samuel Thibault, 2014/05/27
- [hurd] 54/61: term: fix memory leak, Samuel Thibault, 2014/05/27
- [hurd] 48/61: Merge remote-tracking branch 'upstream/master' into upstream, Samuel Thibault, 2014/05/27
- [hurd] 25/61: libports: reduce malloc overhead in _ports_bucket_class_iterate, Samuel Thibault, 2014/05/27
- [hurd] 42/61: proc: move translation functions to mig-decls.h, Samuel Thibault, 2014/05/27
- [hurd] 31/61: libports: unlock _ports_lock on malloc failure, Samuel Thibault, 2014/05/27
- [hurd] 61/61: Merge remote-tracking branch 'upstream/master' into upstream, Samuel Thibault, 2014/05/27
- [hurd] 43/61: libihash: fix typo,
Samuel Thibault <=
- [hurd] 56/61: ext2fs: fix diskfs_pager_users, Samuel Thibault, 2014/05/27
- [hurd] 57/61: trans/mtab: fix initialization, Samuel Thibault, 2014/05/27
- [hurd] 55/61: libpager: drop unused fields from struct pager, Samuel Thibault, 2014/05/27
- [hurd] 49/61: libdiskfs: lock-less reference counting for peropen objects, Samuel Thibault, 2014/05/27
- [hurd] 30/61: ext2fs: use two distinct pager buckets for the disk and file pager, Samuel Thibault, 2014/05/27
- [hurd] 45/61: include: add lock-less reference counting primitives, Samuel Thibault, 2014/05/27
- [hurd] 58/61: libdiskfs: fix node leak in the name cache, Samuel Thibault, 2014/05/27
- [hurd] 51/61: pfinet: add missing include, Samuel Thibault, 2014/05/27
- [hurd] 38/61: libihash: use fast binary scaling to determine the load, Samuel Thibault, 2014/05/27
- [hurd] 53/61: Avoid compiler warning about empty bodies, Samuel Thibault, 2014/05/27