fix some typo in struct name comments (#19513)

Signed-off-by: coderwander <770732124@qq.com>
This commit is contained in:
coderwander
2024-05-14 15:26:50 +08:00
committed by GitHub
parent 5808190398
commit 3c5f2d8916
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ func setObjectLayer(o ObjectLayer) {
globalObjLayerMutex.Unlock()
}
// objectAPIHandler implements and provides http handlers for S3 API.
// objectAPIHandlers implements and provides http handlers for S3 API.
type objectAPIHandlers struct {
ObjectAPI func() ObjectLayer
}