Trivial typo fix.

git-svn-id: https://svn.apache.org/repos/asf/harmony/enhanced/jdktools/trunk@912527 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/make/build-test.xml b/make/build-test.xml
index b6fa656..40c666e 100644
--- a/make/build-test.xml
+++ b/make/build-test.xml
@@ -19,7 +19,7 @@
 
 <project name="jdktools-test" default="test-all" basedir="..">
 
-    <description>Tests for classlib package</description>
+    <description>Tests for jdktools package</description>
 
     <!-- import common properties -->
     <import file="${basedir}/make/properties.xml" />