Skip to content

Commit

Permalink
Made meaningless change to note that I fixed smuos#4 issue but forgot…
Browse files Browse the repository at this point in the history
… to say so
  • Loading branch information
zoeada committed Oct 2, 2014
1 parent cd5e9b7 commit 56fb7f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ int main(int argc, char *argv[]) {
return (-1);
}

// Determine amount of numbers from argc
// Determine amount of numbers from argc
length = argc - 1;
#if debug
fprintf(stderr, "%s: DEBUG: %d numbers were passed.\n", argv[0], length);
Expand Down

0 comments on commit 56fb7f3

Please sign in to comment.