Skip to content

Commit

Permalink
fix: typo in comments (#14617)
Browse files Browse the repository at this point in the history
  • Loading branch information
luckymrwang authored Nov 14, 2023
1 parent d3127e9 commit 936ecbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/reconciler/revision/background.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ type backgroundResolver struct {
// resolveResult is the overall result for a particular revision. We create a
// workItem for each container we need to resolve for the overall result.
type resolveResult struct {
// these fields are immutable afer creation, so can be accessed without a lock.
// these fields are immutable after creation, so can be accessed without a lock.
opt k8schain.Options
registriesToSkip sets.String
completionCallback func()
Expand Down

0 comments on commit 936ecbd

Please sign in to comment.