3036ea3146
Fix a typo: argv -> argvp. Rationale: We are interested in the current (last) element of the argv array there, not in its first element. [...] Also add a comment that the argv array ends up null-terminated in any case (it's due to the design of the for loop) as an answer to a possible question why the whole argv isn't zero-filled. |
||
---|---|---|
.. | ||
Makefile | ||
mdmfs.8 | ||
mdmfs.c |