diff options
author | Christopher Pascoe <pascoe@cvs.openbsd.org> | 2005-04-06 01:31:07 +0000 |
---|---|---|
committer | Christopher Pascoe <pascoe@cvs.openbsd.org> | 2005-04-06 01:31:07 +0000 |
commit | 578ec675abc7bb68cad16786652a34510c9a0b7e (patch) | |
tree | 6e204a0866313efc2347225826a4a02c6029f1cc /sys/arch/arm/xscale/pxa2x0var.h | |
parent | 6d0a0153700768d181da1a701048e34b31e11979 (diff) |
spelling/grammar cleanups
jolan drahn uwe dlg ok
Diffstat (limited to 'sys/arch/arm/xscale/pxa2x0var.h')
-rw-r--r-- | sys/arch/arm/xscale/pxa2x0var.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/arm/xscale/pxa2x0var.h b/sys/arch/arm/xscale/pxa2x0var.h index 81c9d49b25e..309ddf81ad4 100644 --- a/sys/arch/arm/xscale/pxa2x0var.h +++ b/sys/arch/arm/xscale/pxa2x0var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pxa2x0var.h,v 1.3 2005/01/12 17:14:37 uwe Exp $ */ +/* $OpenBSD: pxa2x0var.h,v 1.4 2005/04/06 01:31:06 pascoe Exp $ */ /* $NetBSD: pxa2x0var.h,v 1.2 2003/06/05 13:48:28 scw Exp $ */ /* @@ -72,8 +72,8 @@ extern void pxa2x0_turbo_mode(int); extern int pxa2x0_i2c_master_tx( int, uint8_t *, int ); /* - * Probe the memory controller to deterimine which SDRAM are - * populated, and what size of SDRAM is present in each bank. + * Probe the memory controller to determine which SDRAM banks + * are populated, and what size SDRAM is present in each bank. * * This routine should be called from a port's initarm() * function, with the first parameter set to the address |