From 81964ceb813dec3cf04b7fa026ffa77d174700ad Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Wed, 10 Dec 2025 21:58:09 +0100 Subject: [PATCH] Fix typo --- src/include/ngspice/hbardefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/ngspice/hbardefs.h b/src/include/ngspice/hbardefs.h index 5b0145099..3b65dc2fe 100644 --- a/src/include/ngspice/hbardefs.h +++ b/src/include/ngspice/hbardefs.h @@ -9,7 +9,7 @@ Author: 1985 Thomas L. Quarles #include "ngspice/jobdefs.h" #ifdef WITH_HB - /* structure used to describe an AC analysis to be performed */ + /* structure used to describe an HB analysis to be performed */ typedef struct { int JOBtype;