From: John Darrington Date: Fri, 13 Nov 2015 13:02:17 +0000 (+0100) Subject: fh_get_identity: Remove incorrect statement from comment. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ce269be245e84fce66e071f195a28ac93ad8c54;p=pspp fh_get_identity: Remove incorrect statement from comment. --- 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)