]> Dogcows Code - chaz/carfire/blobdiff - CarFire/CarFire/CarFire/PriorityQueue.cs
git-svn-id: https://bd85.net/svn/cs3505_group@163 92bb83a3-7c8f-8a45-bc97-515c4e399668
[chaz/carfire] / CarFire / CarFire / CarFire / PriorityQueue.cs
index df60ec0e6f35eb19b0f329913d6bd5c08403a3a8..9a1fc574d7b63374acad1cbc5867cfc4afb3829d 100644 (file)
@@ -340,7 +340,7 @@ namespace CarFire
         #region Private Methods\r
 \r
         // Builds up the binomial trees.  More importantly, it sets the min\r
-        // pointeer and ensures that no root binomial tree has the same degree.\r
+        // pointer and ensures that no root binomial tree has the same degree.\r
         void Consolidate()\r
         {\r
             LinkedListNode<NodeInfo>[] degree = new LinkedListNode<NodeInfo>[64];\r
This page took 0.017383 seconds and 4 git commands to generate.