Skip to content

Commit

Permalink
Update comments for Server.Latches (talent-plan#427)
Browse files Browse the repository at this point in the history
Project4A does not need `Server.Latches`.
  • Loading branch information
niebayes authored Oct 9, 2022
1 parent 9366a1d commit 70a9cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kv/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var _ tinykvpb.TinyKvServer = new(Server)
type Server struct {
storage storage.Storage

// (Used in 4A/4B)
// (Used in 4B)
Latches *latches.Latches

// coprocessor API handler, out of course scope
Expand Down

0 comments on commit 70a9cc6

Please sign in to comment.