aboutsummaryrefslogtreecommitdiff
path: root/source/util/ilist.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/util/ilist.h')
-rw-r--r--source/util/ilist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/util/ilist.h b/source/util/ilist.h
index 9837b09b..b7ecf01e 100644
--- a/source/util/ilist.h
+++ b/source/util/ilist.h
@@ -59,7 +59,7 @@ class IntrusiveList {
// Moves the contents of the given list to the list being constructed.
IntrusiveList(IntrusiveList&&);
- // Destorys the list. Note that the elements of the list will not be deleted,
+ // Destroys the list. Note that the elements of the list will not be deleted,
// but they will be removed from the list.
virtual ~IntrusiveList();