Skip to content

Commit

Permalink
ballastextension: fix comment typo (#10894)
Browse files Browse the repository at this point in the history
#### Description
I know this is a deprecated extension, but I stumbled on this comment
and thought it didn't look right. 😄
  • Loading branch information
braydonk authored Aug 15, 2024
1 parent a3e6e6d commit 3bc5f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/ballastextension/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
// memHandler returns the total memory of the target host/vm
var memHandler = iruntime.TotalMemory

// NewFactory creates a factory for FluentBit extension.
// NewFactory creates a factory for ballast extension.
func NewFactory() extension.Factory {
return extension.NewFactory(metadata.Type, createDefaultConfig, createExtension, metadata.ExtensionStability)
}
Expand Down

0 comments on commit 3bc5f29

Please sign in to comment.