From 33a17fd35995a7f679f92600055a8f55ae380022 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 17 Mar 2011 03:22:12 +0100 Subject: Fix a bunch of typos. Fix a bunch of typos. Most are in code comments, so nothing should break. UNKOWN_COMMAND and CMD_UNKOWN are not used elsewhere, so correcting the spelling should also not break anything. --- src/svf/svf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/svf') diff --git a/src/svf/svf.c b/src/svf/svf.c index 6acf0325..0cca768d 100644 --- a/src/svf/svf.c +++ b/src/svf/svf.c @@ -402,7 +402,7 @@ COMMAND_HANDLER(handle_svf_command) svf_buffer_index = 0; // double the buffer size - // in case current command cannot be commited, and next command is a bit scan command + // in case current command cannot be committed, and next command is a bit scan command // here is 32K bits for this big scan command, it should be enough // buffer will be reallocated if buffer size is not enough svf_tdi_buffer = (uint8_t *)malloc(2 * SVF_MAX_BUFFER_SIZE_TO_COMMIT); -- cgit v1.2.3