From c5c9b8d301b05b8b672dd68ffa670ba2754d1829 Mon Sep 17 00:00:00 2001 From: h_vogt Date: Mon, 22 Apr 2013 22:41:29 +0200 Subject: [PATCH] txldefs.h: update some comments --- src/spicelib/devices/txl/txldefs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/spicelib/devices/txl/txldefs.h b/src/spicelib/devices/txl/txldefs.h index c1dc5178d..ed8beda52 100644 --- a/src/spicelib/devices/txl/txldefs.h +++ b/src/spicelib/devices/txl/txldefs.h @@ -47,7 +47,7 @@ typedef struct sTXLinstance { unsigned TXLibr1Given : 1; unsigned TXLibr2Given : 1; unsigned TXLdcGiven : 1; - unsigned TXLlengthgiven : 1; /* flag to indicate C was specified */ + unsigned TXLlengthgiven : 1; /* flag to indicate that instance parameter len is specified */ } TXLinstance ; @@ -71,7 +71,7 @@ typedef struct sTXLmodel { /* model structure for a txl */ unsigned Lgiven : 1; /* flag to indicate L was specified */ unsigned Ggiven : 1; /* flag to indicate G was specified */ unsigned Cgiven : 1; /* flag to indicate C was specified */ - unsigned lengthgiven : 1; /* flag to indicate C was specified */ + unsigned lengthgiven : 1; /* flag to indicate length was specified */ } TXLmodel;