diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 18:35:06 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 18:35:06 -0700 |
commit | e6ea676e23770cf0d5c272f2a57375f5ed03e965 (patch) | |
tree | 609b61fe98c1689ad6878aebcc65c1377c69e1f4 | |
parent | dd301c9f1bebc008193f281826b38dfa0064b5f3 (diff) |
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.md | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | src/XF86DGA.c | 2 | ||||
-rw-r--r-- | src/XF86DGA2.c | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -6,7 +6,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/libXxf86dga diff --git a/configure.ac b/configure.ac index 07410be..b8f86a2 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ XORG_MACROS_VERSION(1.8) XORG_DEFAULT_OPTIONS XORG_CHECK_MALLOC_ZERO -# Obtain compiler/linker options for depedencies +# Obtain compiler/linker options for dependencies PKG_CHECK_MODULES(XXF86DGA, xproto [x11 >= 1.6] xextproto xext [xf86dgaproto >= 2.0.99.2]) AC_CONFIG_FILES([Makefile diff --git a/src/XF86DGA.c b/src/XF86DGA.c index 4544507..24d9369 100644 --- a/src/XF86DGA.c +++ b/src/XF86DGA.c @@ -515,7 +515,7 @@ MapPhysAddress(unsigned long address, unsigned long size) return NULL; #elif defined (__UNIXOS2__) /* - * Dragon warning here! /dev/pmap$ is never closed, except on progam exit. + * Dragon warning here! /dev/pmap$ is never closed, except on program exit. * Consecutive calling of this routine will make PMAP$ driver run out * of memory handles. Some umap/close mechanism should be provided */ diff --git a/src/XF86DGA2.c b/src/XF86DGA2.c index ebc97ce..fc5b9ce 100644 --- a/src/XF86DGA2.c +++ b/src/XF86DGA2.c @@ -918,7 +918,7 @@ DGAMapPhysical( return False; #elif defined (__UNIXOS2__) /* - * Dragon warning here! /dev/pmap$ is never closed, except on progam exit. + * Dragon warning here! /dev/pmap$ is never closed, except on program exit. * Consecutive calling of this routine will make PMAP$ driver run out * of memory handles. Some umap/close mechanism should be provided */ |