diff options
| author | Herve Quiroz <hq@FreeBSD.org> | 2005-07-15 11:32:31 +0000 |
|---|---|---|
| committer | Herve Quiroz <hq@FreeBSD.org> | 2005-07-15 11:32:31 +0000 |
| commit | 8d777aa3f2d87a51c424c64754040ffe17f053cb (patch) | |
| tree | de1e06080473fb3b86ddae38ec8cc63b463c082b | |
| parent | updated to the latest version supporting static MRIB (diff) | |
Fix typo in header documentation
PR: 83498
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
| -rw-r--r-- | Mk/bsd.java.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.java.mk b/Mk/bsd.java.mk index 6fc61b778b93..e2fecb606dc0 100644 --- a/Mk/bsd.java.mk +++ b/Mk/bsd.java.mk @@ -106,7 +106,7 @@ Java_Include_MAINTAINER= glewis@FreeBSD.org hq@FreeBSD.org # # JAVA_CLASSES Path to the archive that contains the JDK class files. On # JDK 1.2 or later, this is ${JAVA_HOME}/jre/lib/rt.jar. -# Earlier JDK's use ${JAVA_HOME/lib/classes.zip. +# Earlier JDK's use ${JAVA_HOME}/lib/classes.zip. # # JAVASHAREDIR The base directory for all shared Java resources. # |
