Typo in operator in Wlc_Ntk_t.

This commit is contained in:
Alan Mishchenko 2016-03-18 20:47:21 -07:00
parent 65ee47c515
commit a4d6e2f8c9
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ static char * Wlc_Names[WLC_OBJ_NUMBER+1] = {
"&", // 16: bitwise AND
"|", // 17: bitwise OR
"^", // 18: bitwise XOR
"~|", // 18: bitwise NXOR
"~^", // 18: bitwise NXOR
"[:]", // 19: bit selection
"{,}", // 20: bit concatenation
"zeroPad", // 21: zero padding