diff options
Diffstat (limited to 'sys/arch/alpha/pci/lca_dma.c')
-rw-r--r-- | sys/arch/alpha/pci/lca_dma.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/pci/lca_dma.c b/sys/arch/alpha/pci/lca_dma.c index 4909f10a0eb..25d1f0ed16f 100644 --- a/sys/arch/alpha/pci/lca_dma.c +++ b/sys/arch/alpha/pci/lca_dma.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lca_dma.c,v 1.4 2002/03/14 01:26:27 millert Exp $ */ +/* $OpenBSD: lca_dma.c,v 1.5 2003/10/18 20:14:42 jmc Exp $ */ /* $NetBSD: lca_dma.c,v 1.13 2000/06/29 08:58:47 mrg Exp $ */ /*- @@ -193,7 +193,7 @@ lca_dma_init(lcp) REGVAL64(LCA_IOC_W_T_BASE0) = lcp->lc_sgmap.aps_ptpa; alpha_mb(); - /* Enble the scatter/gather TLB. */ + /* Enable the scatter/gather TLB. */ REGVAL64(LCA_IOC_TB_ENA) = IOC_TB_ENA_TEN; alpha_mb(); |