diff options
Diffstat (limited to 'src/pathfinder/npf/queue.h')
-rw-r--r-- | src/pathfinder/npf/queue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pathfinder/npf/queue.h b/src/pathfinder/npf/queue.h index fc913de35..1d94ac740 100644 --- a/src/pathfinder/npf/queue.h +++ b/src/pathfinder/npf/queue.h @@ -55,7 +55,7 @@ struct Queue { */ Queue_DeleteProc *del; - /* Clears the queue, by removing all values from it. It's state is + /* Clears the queue, by removing all values from it. Its state is * effectively reset. If free_items is true, each of the items cleared * in this way are free()'d. */ |