mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-20 08:59:38 +01:00
IDE: typo
git-svn-id: trunk@40202 -
This commit is contained in:
parent
fc203991d0
commit
41f07d1e2e
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user