src/share/tools/MakeDeps/Database.java

changeset 1040
98cb887364d3
parent 648
8b48a7bd2bf7
child 1265
00f7ec32f290
     1.1 --- a/src/share/tools/MakeDeps/Database.java	Fri Feb 27 08:34:19 2009 -0800
     1.2 +++ b/src/share/tools/MakeDeps/Database.java	Fri Feb 27 13:27:09 2009 -0800
     1.3 @@ -365,7 +365,7 @@
     1.4  
     1.5      // HACK ALERT. The compilation of ad_<arch> files is very slow.
     1.6      // We want to start compiling them as early as possible. The compilation
     1.7 -    // order on unix is dependant on the order we emit files here.
     1.8 +    // order on unix is dependent on the order we emit files here.
     1.9      // By sorting the output before emitting it, we expect
    1.10      // that ad_<arch> will be compiled early.
    1.11      boolean shouldSortObjFiles = true;

mercurial