summaryrefslogtreecommitdiffstats
path: root/pcilib/register.c
diff options
context:
space:
mode:
Diffstat (limited to 'pcilib/register.c')
-rw-r--r--pcilib/register.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcilib/register.c b/pcilib/register.c
index 8d138b8..586dded 100644
--- a/pcilib/register.c
+++ b/pcilib/register.c
@@ -20,7 +20,7 @@
int pcilib_add_registers(pcilib_t *ctx, size_t n, const pcilib_register_description_t *registers) {
- // DS: What we are doing if register exists?
+ // DS: Overrride existing registers
pcilib_register_description_t *regs;
size_t size;