Doc: correct code-comment

This commit is contained in:
Campbell Barton
2023-08-18 09:10:32 +10:00
parent bc1ffdce5b
commit 74b4bb7c4c
@@ -1326,7 +1326,7 @@ bool UI_context_copy_to_selected_check(PointerRNA *ptr,
}
if (lptr.data == ptr->data) {
/* temp_ptr might not be the same as ptr_link! */
/* The source & destination are the same, so there is nothing to copy. */
return false;
}