Fix missing comment period.

This commit is contained in:
Fabian Reinartz 2016-03-02 09:16:56 +01:00
parent 9ea2465b99
commit 95c9706d2d
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@ func (t *Test) Run() error {
return nil
}
// exec processes a single step of the test
// exec processes a single step of the test.
func (t *Test) exec(tc testCommand) error {
switch cmd := tc.(type) {
case *clearCmd: