# HG changeset patch # User Paul Boddie # Date 1646587501 -3600 # Node ID ccc054c2b16c817882bd9d627c54af0d9d567812 # Parent 2f782c1df69aa57e27929526883c329d7871d895 Fixed file docstrings. diff -r 2f782c1df69a -r ccc054c2b16c libe2access/host/op_copy_in.c --- a/libe2access/host/op_copy_in.c Sun Mar 06 18:20:32 2022 +0100 +++ b/libe2access/host/op_copy_in.c Sun Mar 06 18:25:01 2022 +0100 @@ -1,5 +1,5 @@ /* - * Access a filesystem. + * Copy a file into a filesystem. * * Copyright (C) 2019, 2022 Paul Boddie * diff -r 2f782c1df69a -r ccc054c2b16c libe2access/host/op_copy_out.c --- a/libe2access/host/op_copy_out.c Sun Mar 06 18:20:32 2022 +0100 +++ b/libe2access/host/op_copy_out.c Sun Mar 06 18:25:01 2022 +0100 @@ -1,5 +1,5 @@ /* - * Access a filesystem. + * Copy a file out of a filesystem. * * Copyright (C) 2019, 2022 Paul Boddie *