export CL: Fix misspelling.

This commit is contained in:
ZHANG Dapeng 2018-09-12 13:30:52 -07:00 committed by GitHub
parent 7efbc36c72
commit 7270938ebf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1798,7 +1798,7 @@ public abstract class AbstractInteropTest {
/**
* Some tests run on memory constrained environments. Rather than OOM, just give up. 64 is
* choosen as a maximum amount of memory a large test would need.
* chosen as a maximum amount of memory a large test would need.
*/
private static void assumeEnoughMemory() {
Runtime r = Runtime.getRuntime();