fix typo in comment
diff --git a/lib/got_lib_privsep.h b/lib/got_lib_privsep.h
index 96d82f6..2e254be 100644
--- a/lib/got_lib_privsep.h
+++ b/lib/got_lib_privsep.h
@@ -240,7 +240,7 @@ struct got_imsg_fetch_symref {
size_t target_len;
/*
- * Followed by name_len + target_len gata bytes.
+ * Followed by name_len + target_len data bytes.
*/
} __attribute__((__packed__));