diff options
Diffstat (limited to 'include/queues.h')
-rw-r--r-- | include/queues.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/queues.h b/include/queues.h index 09c096311a3..86ee48b98b5 100644 --- a/include/queues.h +++ b/include/queues.h @@ -25,7 +25,7 @@ /* Code for generell handling of priority Queues. - Implemention of queues from "Algoritms in C" by Robert Sedgewick. + Implementation of queues from "Algorithms in C" by Robert Sedgewick. */ #ifndef _queues_h |