This is an automated email from the ASF dual-hosted git repository. sewen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
commit ee07fffa111d67ce565b7e3087273cad4d767275 Author: Stephan Ewen <[email protected]> AuthorDate: Thu Jun 13 17:16:07 2019 +0200 [hotfix] Minor cleanups --- .../apache/flink/runtime/io/network/partition/MemoryMappedBuffers.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/MemoryMappedBuffers.java b/flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/MemoryMappedBuffers.java index 6bb031e..f2973b8 100644 --- a/flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/MemoryMappedBuffers.java +++ b/flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/MemoryMappedBuffers.java @@ -47,7 +47,7 @@ import static org.apache.flink.util.Preconditions.checkArgument; * writes them to several memory mapped region, using the {@link BufferToByteBuffer} * class. * - * <h2>Useage</h2> + * <h2>Usage</h2> * * <p>The class assumes in the first phase that data is written by repeatedly calling * {@link #writeBuffer(Buffer)}. That puts the data into the memory region of the memory
