summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pci.c b/pci.c
index cf03c9c..a466944 100644
--- a/pci.c
+++ b/pci.c
@@ -461,7 +461,7 @@ int WriteData(int handle, int bar, unsigned long addr, int n, int access, char *
Read(check, handle, bar, addr, size);
if (memcmp(buf, check, size)) {
- printf("Write failed: the data written and read differ, the foolowing is read back:");
+ printf("Write failed: the data written and read differ, the foolowing is read back:\n");
ReadData(handle, bar, addr, n, access);
exit(-1);
}