comparison 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
comparison
equal deleted inserted replaced
604:ec59443af135 605:98cb887364d3
363 gd.println(); 363 gd.println();
364 364
365 365
366 // HACK ALERT. The compilation of ad_<arch> files is very slow. 366 // HACK ALERT. The compilation of ad_<arch> files is very slow.
367 // We want to start compiling them as early as possible. The compilation 367 // We want to start compiling them as early as possible. The compilation
368 // order on unix is dependant on the order we emit files here. 368 // order on unix is dependent on the order we emit files here.
369 // By sorting the output before emitting it, we expect 369 // By sorting the output before emitting it, we expect
370 // that ad_<arch> will be compiled early. 370 // that ad_<arch> will be compiled early.
371 boolean shouldSortObjFiles = true; 371 boolean shouldSortObjFiles = true;
372 372
373 if (shouldSortObjFiles) { 373 if (shouldSortObjFiles) {