From 9531318d8f3736fbe09c7456b0c05f61a7ec718b Mon Sep 17 00:00:00 2001 From: h_vogt Date: Wed, 27 Jan 2016 22:15:51 +0100 Subject: [PATCH] src/frontend/commands.c, cleanup --- src/frontend/commands.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/frontend/commands.c b/src/frontend/commands.c index e106188de..0e731bd36 100644 --- a/src/frontend/commands.c +++ b/src/frontend/commands.c @@ -238,22 +238,20 @@ struct comm spcp_coms[] = { arg_print, "[col] expr ... : Print vector values." } , #ifdef XSPICE -/* gtri - begin - wbk - add event print command */ { "eprint", EVTprint, FALSE, TRUE, { 040000, 040000, 040000, 040000 }, E_BEGINNING, 1, LOTS, NULL, "node node ... : Print event values." } , -/* gtri - end - wbk - add event print command */ { "codemodel", com_codemodel, FALSE, TRUE, { 040000, 040000, 040000, 040000 }, E_BEGINNING, 1, LOTS, NULL, - "library library ... : Loads the opus librarys." } , + "library library ... : Loads the code model libraries." } , #endif #ifdef DEVLIB { "use", com_use, FALSE, TRUE, { 040000, 040000, 040000, 040000 }, E_BEGINNING, 1, LOTS, NULL, - "library library ... : Loads the device librarys." } , + "library library ... : Loads the device libraries." } , #endif { "load", com_load, FALSE, TRUE, { 1, 1, 1, 1 }, E_BEGINNING | E_NOPLOTS, 1, LOTS,