From c3e992c09d7cddc89f537d72fd9e92ed3f196d36 Mon Sep 17 00:00:00 2001 From: Balazs Racz Date: Fri, 1 Jan 2021 22:26:51 +0100 Subject: [PATCH] Fix typo --- src/utils/ScheduledQueue.cxxtest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/ScheduledQueue.cxxtest b/src/utils/ScheduledQueue.cxxtest index e4dfb358b..aaea7db7e 100644 --- a/src/utils/ScheduledQueue.cxxtest +++ b/src/utils/ScheduledQueue.cxxtest @@ -40,7 +40,7 @@ protected: }; /// Adds a new entry to the queue. - /// @param prio which priority band ot add to + /// @param prio which priority band to add to /// @return the index of the new member. unsigned add_empty(unsigned prio) {