IDE: typo

git-svn-id: trunk@40202 -
This commit is contained in:
mattias 2013-02-07 10:43:44 +00:00
parent fc203991d0
commit 41f07d1e2e

View File

@ -4560,7 +4560,7 @@ end;
procedure TLazPackageGraph.SortDependencyListTopologically(
var FirstDependency: TPkgDependency; TopLevelFirst: boolean);
// Sort dependency list topologically.
// If TopLevelFirst is true then packages that needs others come first
// If TopLevelFirst is true then packages that need others come first
var
Dependency: TPkgDependency;
BucketStarts: PInteger;