diff options
| author | Michael Jones <michael.jones@matrix-vision.de> | 2011-07-14 22:09:28 +0000 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2011-07-28 16:32:50 +0200 | 
| commit | f9a78b8d4f1e9b42eb0563029a22fd6c34390088 (patch) | |
| tree | e95431fbf3f91d2b25a9c10b12d856dcb6f6374c /include/altera.h | |
| parent | 857d9ea67a4d70baf88a4495f8b70fef9f626ddc (diff) | |
| download | olio-uboot-2014.01-f9a78b8d4f1e9b42eb0563029a22fd6c34390088.tar.xz olio-uboot-2014.01-f9a78b8d4f1e9b42eb0563029a22fd6c34390088.zip | |
cosmetic: spell fixes etc.
Signed-off-by: Michael Jones <michael.jones@matrix-vision.de>
Acked-by: Detlev Zundel <dzu@denx.de>
Diffstat (limited to 'include/altera.h')
| -rw-r--r-- | include/altera.h | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/include/altera.h b/include/altera.h index bc21ddfff..f28a6a8bc 100644 --- a/include/altera.h +++ b/include/altera.h @@ -51,18 +51,18 @@ typedef enum {				/* typedef Altera_iface */  	passive_parallel_asynchronous,	/* parallel data */  	passive_serial_asynchronous,	/* serial data w/ internal clock (not used)	*/  	altera_jtag_mode,		/* jtag/tap serial (not used ) */ -	fast_passive_parallel,	/* fast passive parallel (FPP) */ +	fast_passive_parallel,		/* fast passive parallel (FPP) */  	fast_passive_parallel_security,	/* fast passive parallel with security (FPPS) */  	max_altera_iface_type		/* insert all new types before this */  } Altera_iface;				/* end, typedef Altera_iface */  typedef enum {			/* typedef Altera_Family */ -    min_altera_type,		/* insert all new types after this */ -    Altera_ACEX1K,		/* ACEX1K Family */ -    Altera_CYC2,		/* CYCLONII Family */ +	min_altera_type,	/* insert all new types after this */ +	Altera_ACEX1K,		/* ACEX1K Family */ +	Altera_CYC2,		/* CYCLONII Family */  	Altera_StratixII,	/* StratixII Familiy */  /* Add new models here */ -    max_altera_type		/* insert all new types before this */ +	max_altera_type		/* insert all new types before this */  } Altera_Family;		/* end, typedef Altera_Family */  typedef struct {		/* typedef Altera_desc */ |