aboutsummaryrefslogtreecommitdiff
path: root/src/bloom.h
diff options
context:
space:
mode:
authorCorinne Dashjr <corinne+git@dashjr.org>2015-04-28 14:48:28 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2015-05-01 11:21:27 +0000
commit7e6d23b1719191f83af7d3e7b134a90889b5c1ef (patch)
tree04c8888faab17cbe87ca776ab1076b78da0e875b /src/bloom.h
parent18d28326785a7111b50528107550c3d37ec40d89 (diff)
downloadbitcoin-7e6d23b1719191f83af7d3e7b134a90889b5c1ef.tar.xz
Bugfix: Grammar fixes
Diffstat (limited to 'src/bloom.h')
-rw-r--r--src/bloom.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bloom.h b/src/bloom.h
index 191ffa19b3..15bc312c4b 100644
--- a/src/bloom.h
+++ b/src/bloom.h
@@ -32,14 +32,14 @@ enum bloomflags
/**
* BloomFilter is a probabilistic filter which SPV clients provide
- * so that we can filter the transactions we sends them.
+ * so that we can filter the transactions we send them.
*
* This allows for significantly more efficient transaction and block downloads.
*
- * Because bloom filters are probabilistic, an SPV node can increase the false-
- * positive rate, making us send them transactions which aren't actually theirs,
+ * Because bloom filters are probabilistic, a SPV node can increase the false-
+ * positive rate, making us send it transactions which aren't actually its,
* allowing clients to trade more bandwidth for more privacy by obfuscating which
- * keys are owned by them.
+ * keys are controlled by them.
*/
class CBloomFilter
{