summaryrefslogtreecommitdiff
path: root/src/linux_sysfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/linux_sysfs.c')
-rw-r--r--src/linux_sysfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/linux_sysfs.c b/src/linux_sysfs.c
index b1d196c..3cbed76 100644
--- a/src/linux_sysfs.c
+++ b/src/linux_sysfs.c
@@ -566,7 +566,7 @@ pci_device_linux_sysfs_map_range(struct pci_device *dev,
if (err != 0) {
fprintf(stderr, "mprotect(PROT_READ | PROT_WRITE) failed: %s\n",
strerror(errno));
- fprintf(stderr, "remapping without mprotect performace kludge.\n");
+ fprintf(stderr, "remapping without mprotect performance kludge.\n");
munmap(map->memory, map->size);
map->memory = mmap(NULL, map->size, prot, MAP_SHARED, fd, offset);