summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-04-02 14:54:06 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-04-02 14:54:06 -0700
commit5cf85c28ad5f0811d53e5d70eac384dfe8e86cd6 (patch)
tree9631c046e2973c2be9eba1eeaf46bff06844d779
parent9ad16d4da14905abfac50e41105dd1ceba877b07 (diff)
downloadlibpciaccess-5cf85c28ad5f0811d53e5d70eac384dfe8e86cd6.tar.gz
Fix spelling/wording issues
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--README.md2
-rw-r--r--include/pciaccess.h4
-rw-r--r--meson_options.txt2
-rw-r--r--src/Doxyfile2
-rw-r--r--src/common_io.c2
5 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index b3d7ec1..36d11a5 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Xorg mailing list:
https://lists.x.org/mailman/listinfo/xorg
-The master development code repository can be found at:
+The primary development code repository can be found at:
https://gitlab.freedesktop.org/xorg/lib/libpciaccess
diff --git a/include/pciaccess.h b/include/pciaccess.h
index 8167be6..3865fe1 100644
--- a/include/pciaccess.h
+++ b/include/pciaccess.h
@@ -383,7 +383,7 @@ struct pci_device {
/**
* Storage for user data. Users of the library can store arbitrary
* data in this pointer. The library will not use it for any purpose.
- * It is the user's responsability to free this memory before destroying
+ * It is the user's responsibility to free this memory before destroying
* the \c pci_device structure.
*/
intptr_t user_data;
@@ -513,7 +513,7 @@ struct pci_pcmcia_bridge_info {
int pci_device_vgaarb_init (void);
void pci_device_vgaarb_fini (void);
int pci_device_vgaarb_set_target (struct pci_device *dev);
-/* use the targetted device */
+/* use the targeted device */
int pci_device_vgaarb_decodes (int new_vga_rsrc);
int pci_device_vgaarb_lock (void);
int pci_device_vgaarb_trylock (void);
diff --git a/meson_options.txt b/meson_options.txt
index a3c8211..af7fc31 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,4 +1,4 @@
-# Copyright © 2020 Intel Corpration
+# Copyright © 2020 Intel Corporation
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
diff --git a/src/Doxyfile b/src/Doxyfile
index 1185875..2f5d557 100644
--- a/src/Doxyfile
+++ b/src/Doxyfile
@@ -385,7 +385,7 @@ SHOW_DIRECTORIES = YES
# version control system). Doxygen will invoke the program by executing (via
# popen()) the command <command> <input-file>, where <command> is the value of
# the FILE_VERSION_FILTER tag, and <input-file> is the name of an input file
-# provided by doxygen. Whatever the progam writes to standard output
+# provided by doxygen. Whatever the program writes to standard output
# is used as the file version. See the manual for examples.
FILE_VERSION_FILTER =
diff --git a/src/common_io.c b/src/common_io.c
index e9586ad..ad7d809 100644
--- a/src/common_io.c
+++ b/src/common_io.c
@@ -13,7 +13,7 @@
* Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTIBILITY,
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
* THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY, WHETHER
* IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE, ARISING FROM, OUT OF OR IN