Merge pull request #4342 from shawnps/patch-5

logutil: fix typo in comment
This commit is contained in:
Xiang Li
2016-01-28 23:02:38 -08:00

View File

@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// Package logutil includes utilities to faciliate logging.
// Package logutil includes utilities to facilitate logging.
package logutil
import (