diff -r ec59443af135 -r 98cb887364d3 src/share/tools/MakeDeps/Database.java --- 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_ 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_ will be compiled early. boolean shouldSortObjFiles = true;