X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fcarfire;a=blobdiff_plain;f=CarFire%2FCarFire%2FCarFire%2FPriorityQueue.cs;h=9a1fc574d7b63374acad1cbc5867cfc4afb3829d;hp=df60ec0e6f35eb19b0f329913d6bd5c08403a3a8;hb=e8ee0aa62a7e8b5dffa9e02c00c3e353a9e93b4c;hpb=8bd8893e7f7516c76558ad7262e9f9350f5192b9 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];