remove wrong comment
diff --git a/lib/blame.c b/lib/blame.c
index 0f683c8..27c02f1 100644
--- a/lib/blame.c
+++ b/lib/blame.c
@@ -37,7 +37,7 @@
struct got_blame_line {
int annotated;
- struct got_object_id id; /* one per line */
+ struct got_object_id id;
};
struct got_blame {