From c3637e6ed7bdec15f71300caa6a557530dbd087f Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Tue, 29 Mar 2016 20:52:17 -0500 Subject: [PATCH] doc: fix trivial typo s/NewFSMPath/NewFSM/ --- consul/fsm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consul/fsm.go b/consul/fsm.go index 1d475914f3..9e9d082346 100644 --- a/consul/fsm.go +++ b/consul/fsm.go @@ -42,7 +42,7 @@ type snapshotHeader struct { LastIndex uint64 } -// NewFSMPath is used to construct a new FSM with a blank state +// NewFSM is used to construct a new FSM with a blank state func NewFSM(gc *state.TombstoneGC, logOutput io.Writer) (*consulFSM, error) { stateNew, err := state.NewStateStore(gc) if err != nil {