diff options
Diffstat (limited to 'src/map/path.c')
-rw-r--r-- | src/map/path.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/path.c b/src/map/path.c index fad68bada..4505efcaa 100644 --- a/src/map/path.c +++ b/src/map/path.c @@ -45,7 +45,7 @@ static void push_heap_path(int *heap,struct tmp_path *tp,int index) /*========================================== * heap update (helper function) - * move toward the root Because cost has decreased + * Move toward the root because cost has decreased. *------------------------------------------*/ static void update_heap_path(int *heap,struct tmp_path *tp,int index) { |