Skip to content

Commit 9558361

Browse files
committed
update quotation marks
1 parent 658396a commit 9558361

File tree

1 file changed

+2
-2
lines changed
  • hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws

1 file changed

+2
-2
lines changed

hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/prefetching.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Initial state of a buffer is blank.
7373
`CachingBlockManager` - Implements reading data into the buffer, prefetching and caching.
7474

7575
`BufferPool` - Manages a fixed sized pool of buffers.
76-
Its used by `CachingBlockManager` to acquire buffers.
76+
It's used by `CachingBlockManager` to acquire buffers.
7777

7878
`S3File` - Implements operations to interact with S3 such as opening and closing the input stream to
7979
the remote file in S3.
@@ -118,7 +118,7 @@ The `ensureCurrentBuffer()` then:
118118
The read operation now just gets the required bytes from the buffer in `FilePosition`.
119119

120120
When the second read is issued, there is already a valid buffer which can be used.
121-
Dont do anything else, just read the required bytes from this buffer.
121+
Don't do anything else, just read the required bytes from this buffer.
122122

123123
#### S3CachingInputStream
124124

0 commit comments

Comments
 (0)