about summary refs log tree commit diff
path: root/pkgs/development/compilers/jdk/jdk6-linux.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/jdk/jdk6-linux.nix')
-rw-r--r--pkgs/development/compilers/jdk/jdk6-linux.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/jdk/jdk6-linux.nix b/pkgs/development/compilers/jdk/jdk6-linux.nix
index 96647e2ac98c..c3c30350dd95 100644
--- a/pkgs/development/compilers/jdk/jdk6-linux.nix
+++ b/pkgs/development/compilers/jdk/jdk6-linux.nix
@@ -32,7 +32,7 @@ assert swingSupport -> xlibs != null;
   /**
    * If jdk5 is added, make sure to use the original construct script.
    * This copy removes references to kinit, klist, ktab, which seem to be
-   * gone in jdk.
+   * gone in jdk6.
    */
   construct = ./jdk6-construct.sh;
   inherit installjdk;