Christian Couder <chrisc...@tuxfamily.org> writes:

> +     enum action_if_exist if_exist;
> +     enum action_if_missing if_missing;

Probably "if_exists" is more gramatically correct.

        if (x->if_exists) {
                ... do this ...
        }

would read well, but not "x->if_exist".                
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to