git-compat-util: fix CONST_OUTPARAM typo and indentation
There's a typo in the comment, making it hard to understand. And the macro itself is indented with spaces rather than tab. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
parent
f1b8a4d108
commit
58589c20e5
|
|
@ -464,7 +464,7 @@ report_fn get_warn_routine(void);
|
|||
void set_die_is_recursing_routine(int (*routine)(void));
|
||||
|
||||
/*
|
||||
* Check that an out-parameter that is "at least as const as" a matching
|
||||
* Check that an out-parameter is "at least as const as" a matching
|
||||
* in-parameter. For example, skip_prefix() will return "out" that is a subset
|
||||
* of "str". So:
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue