Fix commenting

This commit is contained in:
Jeff Mitchell 2016-02-29 20:29:04 -05:00
parent aee006ba2d
commit b5a8e5d724
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ func (r *Router) Remount(src, dst string) error {
}
// Taint is used to mark a path as tainted. This means only RollbackOperation
// RenewOperation requests are allowed to proceed
// RevokeOperation requests are allowed to proceed
func (r *Router) Taint(path string) error {
r.l.Lock()
defer r.l.Unlock()