From f9a78b8d4f1e9b42eb0563029a22fd6c34390088 Mon Sep 17 00:00:00 2001 From: Michael Jones Date: Thu, 14 Jul 2011 22:09:28 +0000 Subject: cosmetic: spell fixes etc. Signed-off-by: Michael Jones Acked-by: Detlev Zundel --- include/altera.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include/altera.h') diff --git a/include/altera.h b/include/altera.h index bc21ddfff9..f28a6a8bc3 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 */ -- cgit v1.2.3