Skip to content

Commit 8a722b5

Browse files
authored
chore(docs): minor typo fixes (#13222)
1 parent 21d005a commit 8a722b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

storage/sealer/sched_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ func (s *schedTestWorker) AddPiece(ctx context.Context, sector storiface.SectorR
111111
panic("implement me")
112112
}
113113

114-
func (s *schedTestWorker) ReplicaUpdate(ctx context.Context, sector storiface.SectorRef, peices []abi.PieceInfo) (storiface.CallID, error) {
114+
func (s *schedTestWorker) ReplicaUpdate(ctx context.Context, sector storiface.SectorRef, pieces []abi.PieceInfo) (storiface.CallID, error) {
115115
panic("implement me")
116116
}
117117

storage/sealer/storiface/resources.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ type Resources struct {
2020
MinMemory uint64 `envname:"MIN_MEMORY"` // What Must be in RAM for decent perf
2121
MaxMemory uint64 `envname:"MAX_MEMORY"` // Memory required (swap + ram; peak memory usage during task execution)
2222

23-
// GPUUtilization specifes the number of GPUs a task can use
23+
// GPUUtilization specifies the number of GPUs a task can use
2424
GPUUtilization float64 `envname:"GPU_UTILIZATION"`
2525

2626
// MaxParallelism specifies the number of CPU cores when GPU is NOT in use

0 commit comments

Comments
 (0)