Fix grammar in managed reconciler commentary

Signed-off-by: Nic Cope <negz@rk0n.org>
This commit is contained in:
Nic Cope 2019-11-01 16:47:51 -07:00
parent 3ec572329d
commit 105d2dd705
1 changed files with 1 additions and 1 deletions

View File

@ -521,7 +521,7 @@ func (r *ManagedReconciler) Reconcile(req reconcile.Request) (reconcile.Result,
return reconcile.Result{RequeueAfter: r.shortWait}, errors.Wrap(IgnoreNotFound(r.client.Status().Update(ctx, managed)), errUpdateManagedStatus)
}
// We've successfully deleted external resource (if necessary) and
// We've successfully deleted our external resource (if necessary) and
// removed our finalizer. If we assume we were the only controller that
// added a finalizer to this resource then it should no longer exist and
// thus there is no point trying to update its status.