commit fd205ef013fecd0a1de2111903cace49806456ab parent 8753eec422e2a7232aeebf5c2249e93a644435f7 Author: sin <sin@2f30.org> Date: Sat, 5 Jul 2014 11:50:37 +0100 Use proper identifier to avoid confusion Diffstat:
M | crond.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crond.c b/crond.c @@ -23,7 +23,7 @@ struct field { /* [low, high] */ int low; int high; - /* for every `n' units */ + /* for every `div' units */ int div; };