summaryrefslogtreecommitdiff
path: root/include/queues.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/queues.h')
-rw-r--r--include/queues.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/queues.h b/include/queues.h
index e9948857dde..9cc7c15a980 100644
--- a/include/queues.h
+++ b/include/queues.h
@@ -24,7 +24,7 @@
*/
/*
- Code for generell handling of priority Queues.
+ Code for general handling of priority Queues.
Implementation of queues from "Algorithms in C" by Robert Sedgewick.
*/