diff options
Diffstat (limited to 'src/XF86DGA2.c')
-rw-r--r-- | src/XF86DGA2.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |