Skip to content

Commit 8801737

Browse files
authored
Update loop-without-length.cpp
1 parent ccdfe46 commit 8801737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loop-without-length.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ void reverse6(char *input) {
7878
while(input < --tempItem) {
7979
char character=(*tempItem & 0xF0) >> 4;
8080
switch(character) {
81-
//four bytes
81+
//4 bytes
8282
case 0xF:
8383
{
8484
swapItem(*(tempItem-0), *(tempItem-3));

0 commit comments

Comments
 (0)