diff options
author | Sen Jiang <senj@google.com> | 2018-04-04 17:59:10 -0700 |
---|---|---|
committer | Sen Jiang <senj@google.com> | 2018-04-04 18:07:19 -0700 |
commit | 771f6486a3b0333d43a2f8c743bfb945dca9db2c (patch) | |
tree | c72aa56680550f17c2b60621a1ede140f550aec8 /payload_consumer/file_descriptor_utils.h | |
parent | a57d53e3edbda255a938a7dc76a2f38faeb520d4 (diff) |
Correct some spellings.
Test: mma
Change-Id: Icc49a4ee76f12d302ed18982d334f2f70b7263a8
Diffstat (limited to 'payload_consumer/file_descriptor_utils.h')
-rw-r--r-- | payload_consumer/file_descriptor_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/payload_consumer/file_descriptor_utils.h b/payload_consumer/file_descriptor_utils.h index 397c35e5..68fb0019 100644 --- a/payload_consumer/file_descriptor_utils.h +++ b/payload_consumer/file_descriptor_utils.h @@ -42,7 +42,7 @@ bool CopyAndHashExtents( uint64_t block_size, brillo::Blob* hash_out); -// Reads blocks from |source| and caculates the hash. The blocks to read are +// Reads blocks from |source| and calculates the hash. The blocks to read are // specified by |extents|. Stores the hash in |hash_out| if it is not null. The // block sizes are passed as |block_size|. In case of error reading, it returns // false and the value pointed by |hash_out| is undefined. |