Skip to content

Commit 62fb334

Browse files
committed
inc16
1 parent 3222448 commit 62fb334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Inc16.hdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ CHIP Inc16 {
1313
OUT out[16];
1414

1515
PARTS:
16-
// the input of the Add16 is a=in[16] and b= LSB is 1 while the other digit are zero
16+
// the input of the Add16 is a=in[16] and b= LSB is 1 while the other digit are zeros
1717
Add16(a=in, b[1..15]=false, b[0]=true,out=out);
1818
}

0 commit comments

Comments
 (0)