aboutsummaryrefslogtreecommitdiff
path: root/src/map.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.hh')
-rw-r--r--src/map.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map.hh b/src/map.hh
index bbd77fc..12a4143 100644
--- a/src/map.hh
+++ b/src/map.hh
@@ -13,7 +13,7 @@ enum : uint8 {
STATUS_SWAPPED = 2,
// TODO(fusion): It seems this is only used with the `NONE` entry in the
- // hash table. I haven't seen it used **yet** but It may have a purpose
+ // hash table. I haven't seen it used **yet** but it may have a purpose
// aside from preventing swap outs.
STATUS_PERMANENT = 255,
};