diff src/share/tools/MakeDeps/Database.java @ 605:98cb887364d3

6810672: Comment typos Summary: I have collected some typos I have found while looking at the code. Reviewed-by: kvn, never
author twisti
date Fri, 27 Feb 2009 13:27:09 -0800
parents 8b48a7bd2bf7
children 00f7ec32f290
line wrap: on
line diff
--- a/src/share/tools/MakeDeps/Database.java	Fri Feb 27 08:34:19 2009 -0800
+++ b/src/share/tools/MakeDeps/Database.java	Fri Feb 27 13:27:09 2009 -0800
@@ -365,7 +365,7 @@
 
     // HACK ALERT. The compilation of ad_<arch> files is very slow.
     // We want to start compiling them as early as possible. The compilation
-    // order on unix is dependant on the order we emit files here.
+    // order on unix is dependent on the order we emit files here.
     // By sorting the output before emitting it, we expect
     // that ad_<arch> will be compiled early.
     boolean shouldSortObjFiles = true;