commit | 8b0ae1bd5eabb6490a7c0237b40d925c46c391d0 | [log] [tgz] |
---|---|---|
author | sungmann.cho <[email protected]> | Mon Sep 29 06:39:18 2014 |
committer | Commit bot <[email protected]> | Mon Sep 29 06:40:59 2014 |
tree | 62a3a5454f7250aea82b91d40452d0a3939468cf | |
parent | 6958b7fc4bfdfacbb5f8a7202ac79782b39bcbde [diff] [blame] |
Fix some minor typos: psuedo -> pseudo [email protected] Review URL: https://codereview.chromium.org/614573002 Cr-Commit-Position: refs/heads/master@{#297144}
diff --git a/components/rappor/byte_vector_utils.h b/components/rappor/byte_vector_utils.h index 3f8eb27..3bc09361 100644 --- a/components/rappor/byte_vector_utils.h +++ b/components/rappor/byte_vector_utils.h
@@ -62,7 +62,7 @@ DISALLOW_COPY_AND_ASSIGN(ByteVectorGenerator); }; -// A ByteVectorGenerator that uses a psuedo-random function to generate a +// A ByteVectorGenerator that uses a pseudo-random function to generate a // deterministically random bits. This class only implements a single request // from HMAC_DRBG and streams up to 2^19 bits from that request. // Ref: http://csrc.nist.gov/publications/nistpubs/800-90A/SP800-90A.pdf