From 18290ae777d16583704a665ced82465ec5cae505 Mon Sep 17 00:00:00 2001 From: Brad Parker Date: Sun, 2 Oct 2016 14:51:30 -0400 Subject: [PATCH] comment --- tasks/task_save.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasks/task_save.c b/tasks/task_save.c index ad64f853ed..140f99fc1d 100644 --- a/tasks/task_save.c +++ b/tasks/task_save.c @@ -924,7 +924,8 @@ static void content_load_and_save_state_cb(void *task_data, * @size : the total size of the save state * @load_to_backup_buffer : If true, the state will be loaded into undo_save_buf. * - * Create a new task to both load and save the content state. + * Create a new task to load current state first into a backup buffer (for undo) + * and then save the content state. **/ static void task_push_load_and_save_state(const char *path, void *data, size_t size, bool load_to_backup_buffer) {