Skip to content

Commit

Permalink
Fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDead committed Jan 13, 2016
1 parent d475ca0 commit 109f836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DeadLock/Forms/FrmMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ await Task.Run(() =>
/// Cancel the ListViewLocker task, if applicable.
/// </summary>
/// <param name="lvi">The ListViewLocker that should be updated.</param>
/// <returns>A boolean to indicate whether the operation was successful or not.</returns>
/// <returns>A boolean to represent whether the task was cancelled or not.</returns>
private static bool CancelSelectedTask(ListViewLocker lvi)
{
if (lvi == null) return false;
Expand Down

0 comments on commit 109f836

Please sign in to comment.