check
[oweals/gnunet.git] / src / block / block.c
index 276f8ee7714b768f47f929d771c3cd2f029e2a67..24bde02acb2d3bd0438987d81fb585c599eddcba 100644 (file)
@@ -73,13 +73,13 @@ struct GNUNET_BLOCK_Context
  */
 void
 GNUNET_BLOCK_mingle_hash (const GNUNET_HashCode * in,
-                         int32_t mingle_number, 
+                         uint32_t mingle_number, 
                          GNUNET_HashCode * hc)
 {
   GNUNET_HashCode m;
 
   GNUNET_CRYPTO_hash (&mingle_number, 
-                     sizeof (int32_t), 
+                     sizeof (uint32_t), 
                      &m);
   GNUNET_CRYPTO_hash_xor (&m, in, hc);
 }
@@ -212,7 +212,7 @@ find_plugin (struct GNUNET_BLOCK_Context *ctx,
  * @param query original query (hash)
  * @param bf pointer to bloom filter associated with query; possibly updated (!)
  * @param bf_mutator mutation value for bf
- * @param xquery extrended query data (can be NULL, depending on type)
+ * @param xquery extended query data (can be NULL, depending on type)
  * @param xquery_size number of bytes in xquery
  * @param reply_block response to validate
  * @param reply_block_size number of bytes in reply block