mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
comments: fix misuses of "nor"
Signed-off-by: Justin Lebar <jlebar@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
e34b272344
commit
01689909eb
2
delta.h
2
delta.h
@@ -9,7 +9,7 @@ struct delta_index;
|
||||
*
|
||||
* This returns a pointer to a struct delta_index that should be passed to
|
||||
* subsequent create_delta() calls, or to free_delta_index(). A NULL pointer
|
||||
* is returned on failure. The given buffer must not be freed nor altered
|
||||
* is returned on failure. The given buffer must not be freed or altered
|
||||
* before free_delta_index() is called. The returned pointer must be freed
|
||||
* using free_delta_index().
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user