Skip to content

Commit 16e7073

Browse files
committed
Typo fix
1 parent 51c9cbc commit 16e7073

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

decoder/correlation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ uint64_t Correlation::rotate64(uint64_t word, PhaseShift phaseShift) {
6767
case 6:
6868
word = swapIQ(word) ^ 0xFFFFFFFFFFFFFFFFU;
6969
break;
70-
case_7:
70+
case 7:
7171
word = swapIQ(word) ^ 0xAAAAAAAAAAAAAAAAU;
7272
break;
7373
default:

0 commit comments

Comments
 (0)