Skip to content

Commit 2ef08d6

Browse files
authored
Fix typo (#2163)
Fix typo
1 parent 5a86ccf commit 2ef08d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clash-cosim/src/cbits/traversing/cosim_traversing_vpi.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ int getModuleSpecs (vpiHandle handle, struct vpiState *state)
200200
// get the ports in this module
201201
if (getPortSpecs(mod_handle, state, mod_name) < 0) return -1;
202202

203-
// explicitely free the module name
203+
// explicitly free the module name
204204
free(mod_name);
205205

206206
// set flag that module is found
@@ -222,4 +222,4 @@ int getModuleSpecs (vpiHandle handle, struct vpiState *state)
222222
}
223223

224224
return 0;
225-
}
225+
}

0 commit comments

Comments
 (0)