Skip to content

Commit

Permalink
Fix typo: incnarnation -> incarnation
Browse files Browse the repository at this point in the history
  • Loading branch information
EdSchouten committed Jul 9, 2024
1 parent 226afa9 commit 6699264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/filesystem/virtual/nfsv4/nfs41_program.go
Original file line number Diff line number Diff line change
Expand Up @@ -1198,7 +1198,7 @@ type nfs41ClientState struct {
}

// clientIncarnationState keeps track of all state corresponding to a
// single incnarnation of a client created through EXCHANGE_ID.
// single incarnation of a client created through EXCHANGE_ID.
type clientIncarnationState struct {
// Constant fields.
client *nfs41ClientState
Expand Down

0 comments on commit 6699264

Please sign in to comment.