aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/java/jdk
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2016-07-26 15:52:48 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-07-27 11:14:46 +0000
commit89100870293e5ba00eddcf470a1dbb6c3ca309b8 (patch)
tree735b3e507310620c2cb57a1e51394da5bdcbd302 /third_party/java/jdk
parent3b16a284b202e410d3b1bc9b14a578773e530b18 (diff)
Typo fixes in markdown and javadoc as suggested by intellij typo inspection.
-- MOS_MIGRATED_REVID=128476121
Diffstat (limited to 'third_party/java/jdk')
-rw-r--r--third_party/java/jdk/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/java/jdk/README.md b/third_party/java/jdk/README.md
index 02c794ae20..5b413d216d 100644
--- a/third_party/java/jdk/README.md
+++ b/third_party/java/jdk/README.md
@@ -12,7 +12,7 @@ version of the JRE. Those builds are vendored in
Current Bazel supports running on a JRE 8 only because the default Java
compiler used (//third_party/java/jdk/langtools/javac.jar) is the
Java compiler of OpenJDK 9 compiled to run on a JRE 8. This cannot
-be built to run on a JRE 7 because of code incompatiblity. Bazel's
+be built to run on a JRE 7 because of code incompatibility. Bazel's
JavaBuilder at HEAD cannot be linked with earlier version of the
Java compiler (it depends on some internals of the Java compiler).