You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/06/19 05:47:52 UTC

[GitHub] [flink] synckey commented on a change in pull request #8173: [FLINK-12189][Runtime]Fix bugs and typos in memory management related…

synckey commented on a change in pull request #8173: [FLINK-12189][Runtime]Fix bugs and typos in memory management related…
URL: https://github.com/apache/flink/pull/8173#discussion_r295128660
 
 

 ##########
 File path: flink-core/src/main/java/org/apache/flink/core/memory/MemorySegment.java
 ##########
 @@ -1272,7 +1272,7 @@ else if (target.address > target.addressLimit) {
 
 	/**
 	 * Bulk copy method. Copies {@code numBytes} bytes to target unsafe object and pointer.
-	 * NOTE: This is a unsafe method, no check here, please be carefully.
+	 * NOTE: This is a unsafe method, no check here, please be careful.
 
 Review comment:
   `a` -> `an`?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services