diff options
author | Guy Harris <gharris@sonic.net> | 2020-05-21 21:24:08 -0700 |
---|---|---|
committer | Guy Harris <gharris@sonic.net> | 2020-05-21 21:24:08 -0700 |
commit | 1bbc9cb5f71a52d8b37e8bee4dca5221a1b5823f (patch) | |
tree | 06817a5cdcf39f966300b33181b9c9b41a43b45e | |
parent | 965ca53edd66e139a40d7e4ec5c9f529b4d80d07 (diff) |
Fix minor comment typo.
[skip ci]
-rw-r--r-- | optimize.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ pcap_set_print_dot_graph(int value) * Takes a 32-bit integer as an argument. * * If handed a non-zero value, returns the index of the lowest set bit, - * counting upwards fro zero. + * counting upwards from zero. * * If handed zero, the results are platform- and compiler-dependent. * Keep it out of the light, don't give it any water, don't feed it |