Fixed typo in output ("performace" --> "performance").
authorStefan Dirsch <sndirsch@suse.de>
Mon, 23 Jun 2008 08:50:30 +0000 (10:50 +0200)
committerStefan Dirsch <sndirsch@suse.de>
Mon, 23 Jun 2008 08:50:30 +0000 (10:50 +0200)
src/linux_sysfs.c

index b1d196c..3cbed76 100644 (file)
@@ -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);