X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=fsck.h;h=008456b675b6e5c8a5a07e0b8628a41e3acc733a;hb=b5d18b8e6f68746a85edfea08e9aff3351d7e891;hp=990ee02335a2e2693e32baa82b259c23843f2aa0;hpb=c7ea453618e41e05a06f05e3ab63d555d0ddd7d9;p=thirdparty%2Fgit.git diff --git a/fsck.h b/fsck.h index 990ee02335..008456b675 100644 --- a/fsck.h +++ b/fsck.h @@ -23,7 +23,7 @@ int fsck_error_function(struct object *obj, int type, const char *fmt, ...); * the return value is: * -1 error in processing the object * <0 return value of the callback, which lead to an abort - * >0 return value of the first sigaled error >0 (in the case of no other errors) + * >0 return value of the first signaled error >0 (in the case of no other errors) * 0 everything OK */ int fsck_walk(struct object *obj, fsck_walk_func walk, void *data);