1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #25822 from Microsoft/jjh/typo

Fix minor comment typo.
This commit is contained in:
Doug Davis 2016-08-17 22:07:36 -04:00 committed by GitHub
commit 79210b9d5a

View file

@ -32,8 +32,8 @@ type Stats struct{}
// Resources defines updatable container resource values.
type Resources struct{}
// ServicingOption is an empty CreateOption with a no-op application that siginifies
// the container needs to be use for a Windows servicing operation.
// ServicingOption is an empty CreateOption with a no-op application that signifies
// the container needs to be used for a Windows servicing operation.
type ServicingOption struct {
IsServicing bool
}