Skip to content

Commit

Permalink
typo fix (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
boyter authored Nov 5, 2024
1 parent 7e01326 commit c55ec6a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions SCC-OUTPUT-REPORT.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<th>447</th>
<th>7669</th>
<th>1413</th>
<th>255159</th>
<th>255158</th>
<th>4126</th>
</tr><tr>
<td>processor/workers_test.go</td>
Expand Down Expand Up @@ -58,7 +58,7 @@
<td>91</td>
<td>651</td>
<td>225</td>
<td>25571</td>
<td>25570</td>
<td>494</td>
</tr><tr>
<td>processor/processor.go</td>
Expand Down Expand Up @@ -240,16 +240,6 @@
<td>0</td>
<td>2209</td>
<td>35</td>
</tr><tr>
<td>processor/bloom.go</td>
<td></td>
<td>37</td>
<td>7</td>
<td>12</td>
<td>18</td>
<td>2</td>
<td>1062</td>
<td>29</td>
</tr><tr>
<td>processor/cocomo_test.go</td>
<td></td>
Expand All @@ -260,6 +250,16 @@
<td>6</td>
<td>686</td>
<td>23</td>
</tr><tr>
<td>processor/bloom.go</td>
<td></td>
<td>37</td>
<td>7</td>
<td>12</td>
<td>18</td>
<td>2</td>
<td>1062</td>
<td>29</td>
</tr><tr>
<td>processor/helpers_test.go</td>
<td></td>
Expand Down Expand Up @@ -299,7 +299,7 @@
<th>447</th>
<th>7669</th>
<th>1413</th>
<th>255159</th>
<th>255158</th>
<th>4126</th>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion processor/workers.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const (
SCommentCode int64 = 4 // Indicates comment after code
SMulticomment int64 = 5
SMulticommentCode int64 = 6 // Indicates multi comment after code
SMulticommentBlank int64 = 7 // Indicates multi comment ended with blank afterwards
SMulticommentBlank int64 = 7 // Indicates multi comment ended with blank afterward
SString int64 = 8
SDocString int64 = 9
)
Expand Down

0 comments on commit c55ec6a

Please sign in to comment.