diff --git a/lib/nodes/fpga.c b/lib/nodes/fpga.c index def80ce47..d4082317b 100644 --- a/lib/nodes/fpga.c +++ b/lib/nodes/fpga.c @@ -433,7 +433,7 @@ int fpga_write(struct node *n, struct sample *smps[], unsigned cnt) static struct node_type vt = { .name = "fpga", - .description = "VILLASfpga PCIe card (libpci)", + .description = "VILLASfpga PCIe card (libxil)", .size = sizeof(struct fpga_dm), .vectorize = 1, .parse = fpga_parse,