summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/rts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rts.c b/lib/rts.c
index bab788af..563d11e2 100644
--- a/lib/rts.c
+++ b/lib/rts.c
@@ -70,7 +70,7 @@ void write_mem(uint64_t address, uint64_t byte)
}
}
- /*
+ /*
* If we couldn't find a block matching the mask, allocate a new
* one, write the byte, and put it at the front of the block list.
*/