From a0ff5863587a43ac76a856455b32c832e889b0cd Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Mon, 7 Dec 2020 13:14:16 +0100 Subject: [PATCH] typo --- src/spicelib/devices/dev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spicelib/devices/dev.c b/src/spicelib/devices/dev.c index 028a0fc90..fe6270b7f 100644 --- a/src/spicelib/devices/dev.c +++ b/src/spicelib/devices/dev.c @@ -224,7 +224,7 @@ static int DEVNUM = NUMELEMS(static_devices); /*Make this dynamic for later attempt to make all devices dynamic*/ SPICEdev **DEVices=NULL; -/*Flag to indicate that device type it is, +/*Flag to indicate what device type it is, *0 = normal spice device *1 = xspice device */