fh_get_identity: Remove incorrect statement from comment.
authorJohn Darrington <john@darrington.wattle.id.au>
Fri, 13 Nov 2015 13:02:17 +0000 (14:02 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Fri, 13 Nov 2015 19:38:39 +0000 (20:38 +0100)
src/data/file-handle-def.c

index ba45cb6d9d1bacfcf7fc0e825126b8fc092e2da5..cdecfedfbc6028c6ede885d03dbecd60ec4fc841 100644 (file)
@@ -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)