File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -992,7 +992,7 @@ impl<B: Backend> IRWriter<B> {
992992 . expr_type ( container)
993993 . expect ( "cannot find type of container" ) ;
994994
995- // actual starting index for narrowing the var depends on the cotainer
995+ // actual starting index for narrowing the var depends on the container
996996 // for arrays it is just idx * elem_size as all elements are of same size
997997 // while for tuples we have to sum the sizes of all types up to that index
998998 let ( start, len) = match container_typ {
Original file line number Diff line number Diff line change @@ -756,7 +756,7 @@ impl<B: Backend> CircuitWriter<B> {
756756 . expr_type ( container)
757757 . expect ( "cannot find type of container" ) ;
758758
759- // actual starting index for narrowing the var depends on the cotainer
759+ // actual starting index for narrowing the var depends on the container
760760 // for arrays it is just idx * elem_size as all elements are of same size
761761 // while for tuples we have to sum the sizes of all types up to that index
762762 let ( start, len) = match container_typ {
You can’t perform that action at this time.
0 commit comments