From 1ce269be245e84fce66e071f195a28ac93ad8c54 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Fri, 13 Nov 2015 14:02:17 +0100 Subject: [PATCH] fh_get_identity: Remove incorrect statement from comment. --- src/data/file-handle-def.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/data/file-handle-def.c b/src/data/file-handle-def.c index ba45cb6d9d..cdecfedfbc 100644 --- a/src/data/file-handle-def.c +++ b/src/data/file-handle-def.c @@ -702,9 +702,7 @@ struct file_identity /* Returns a pointer to a dynamically allocated structure whose value can be used to tell whether two files are actually the - same file. Returns a null pointer if no information about the - file is available, perhaps because it does not exist. The - caller is responsible for freeing the structure with + same file. The caller is responsible for freeing the structure with fh_free_identity() when finished. */ struct file_identity * fh_get_identity (const struct file_handle *fh) -- 2.30.2