mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-29 07:21:46 +00:00
FIX: Fix typo in comment
Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
parent
282a2c145e
commit
8db287af8b
@ -33,7 +33,7 @@ type experimental struct {
|
|||||||
discoverer discover.Discover
|
discoverer discover.Discover
|
||||||
}
|
}
|
||||||
|
|
||||||
// NewExperimentalModifier creates a modifier that applied the experimental
|
// NewExperimentalModifier creates a modifier that applies the experimental
|
||||||
// modications to an OCI spec if required by the runtime wrapper.
|
// modications to an OCI spec if required by the runtime wrapper.
|
||||||
func NewExperimentalModifier(logger *logrus.Logger, cfg *config.Config) (oci.SpecModifier, error) {
|
func NewExperimentalModifier(logger *logrus.Logger, cfg *config.Config) (oci.SpecModifier, error) {
|
||||||
logger.Infof("Constructing modifier from config: %+v", cfg)
|
logger.Infof("Constructing modifier from config: %+v", cfg)
|
||||||
|
Loading…
Reference in New Issue
Block a user