From 87912ffbb4f6b1818bc6fa2a6fa97c1e069bc822 Mon Sep 17 00:00:00 2001 From: Marcel Telka Date: Mon, 29 Jul 2002 11:56:35 +0000 Subject: [PATCH] Fixed typo (typ -> type). git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@82 b68d4a1b-bc3d-0410-92ed-d4ac073336b7 --- jtag/src/detect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jtag/src/detect.c b/jtag/src/detect.c index 6d1dfdf8..01c44455 100644 --- a/jtag/src/detect.c +++ b/jtag/src/detect.c @@ -341,7 +341,7 @@ access_bus( part *p, int type, unsigned int a, unsigned int d ) setup_data( p, d ); break; default: - printf( "access_bus: invalid typ\n" ); + printf( "access_bus: invalid type\n" ); return 0; }