From 109f836afb04f5bb7da38a58cbbd09d4bdb6b16f Mon Sep 17 00:00:00 2001 From: CodeDead Date: Wed, 13 Jan 2016 20:46:20 +0100 Subject: [PATCH] Fixed comment --- DeadLock/Forms/FrmMain.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DeadLock/Forms/FrmMain.cs b/DeadLock/Forms/FrmMain.cs index d420896..51449f6 100644 --- a/DeadLock/Forms/FrmMain.cs +++ b/DeadLock/Forms/FrmMain.cs @@ -602,7 +602,7 @@ await Task.Run(() => /// Cancel the ListViewLocker task, if applicable. /// /// The ListViewLocker that should be updated. - /// A boolean to indicate whether the operation was successful or not. + /// A boolean to represent whether the task was cancelled or not. private static bool CancelSelectedTask(ListViewLocker lvi) { if (lvi == null) return false;