From f8fb3133af610935a622b9adc5f5d71f0637a6e8 Mon Sep 17 00:00:00 2001
From: mitochondrion <alex.kramer@g-m-a-i-l.fake>
Date: Mon, 26 Jan 2015 01:05:39 -0500
Subject: [PATCH] Fixes typo in comment.

---
 Base/List.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Base/List.h b/Base/List.h
index 4479a54..0fef441 100644
--- a/Base/List.h
+++ b/Base/List.h
@@ -19,7 +19,7 @@
 *   Why is this cool:
 *       1. No additional memory allocations (malloc) required to link
 *           an object into a linked list.
-*       2. Not necessary to traverse an additional pointer references
+*       2. Not necessary to traverse an additional pointer reference
 *           to get to the object being dereferenced.
 *       3. Probably most importantly, when objects get deleted, they
 *           automatically unlink themselves from the lists they're