aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorGravatar Vizerai <jsking@google.com>2017-05-24 13:52:53 -0700
committerGravatar Vizerai <jsking@google.com>2017-05-24 13:52:53 -0700
commit364cceb0f9f8ae8a3572afff9f521dc69721f3de (patch)
tree1ab557828740ce93a458d4af880ceb85819a1db9 /src/core
parentc1947ef5700f4431b77728ab12be8186c1e58eb5 (diff)
update
Diffstat (limited to 'src/core')
-rw-r--r--src/core/ext/census/intrusive_hash_map.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/ext/census/intrusive_hash_map.h b/src/core/ext/census/intrusive_hash_map.h
index f005cc3b82..9a7fd07f20 100644
--- a/src/core/ext/census/intrusive_hash_map.h
+++ b/src/core/ext/census/intrusive_hash_map.h
@@ -89,8 +89,8 @@ inline bool hm_index_compare(const hm_index *A, const hm_index *B) {
}
/*
- Helper functions for iterating over the hash map.
- */
+ * Helper functions for iterating over the hash map.
+ */
/* On return idx will contain an invalid index which is always equal to
* hash_map->buckets.size_ */