diff options
Diffstat (limited to 'src/guestfs.c')
-rw-r--r-- | src/guestfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guestfs.c b/src/guestfs.c index 764f7298..778eebc8 100644 --- a/src/guestfs.c +++ b/src/guestfs.c @@ -1943,7 +1943,7 @@ guestfs_set_close_callback (guestfs_h *g, /* This is the code used to send and receive RPC messages and (for * certain types of message) to perform file transfers. This code is - * driven from the generated actions (src/guestfs-actions.c). There + * driven from the generated actions (src/actions.c). There * are five different cases to consider: * * (1) A non-daemon function. There is no RPC involved at all, it's |