X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=CarFire%2FCarFire%2FCarFire%2FPriorityQueue.cs;h=9a1fc574d7b63374acad1cbc5867cfc4afb3829d;hb=681f16a95c1c67bdd40ed16842a70f8e10ba31e1;hp=df60ec0e6f35eb19b0f329913d6bd5c08403a3a8;hpb=8bd8893e7f7516c76558ad7262e9f9350f5192b9;p=chaz%2Fcarfire diff --git a/CarFire/CarFire/CarFire/PriorityQueue.cs b/CarFire/CarFire/CarFire/PriorityQueue.cs index df60ec0..9a1fc57 100644 --- a/CarFire/CarFire/CarFire/PriorityQueue.cs +++ b/CarFire/CarFire/CarFire/PriorityQueue.cs @@ -340,7 +340,7 @@ namespace CarFire #region Private Methods // Builds up the binomial trees. More importantly, it sets the min - // pointeer and ensures that no root binomial tree has the same degree. + // pointer and ensures that no root binomial tree has the same degree. void Consolidate() { LinkedListNode[] degree = new LinkedListNode[64];