From a84474d85d7d4c39e23dd12448d05331bef10f55 Mon Sep 17 00:00:00 2001 From: Aaron Jacobs Date: Mon, 5 Sep 2016 11:32:57 +1000 Subject: [PATCH] memlat: fix typo in main.go comments. --- cmd/memlat/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/memlat/main.go b/cmd/memlat/main.go index bab2b5c..e83b225 100644 --- a/cmd/memlat/main.go +++ b/cmd/memlat/main.go @@ -69,7 +69,7 @@ // memlat // // memlat will parse and symbolize the profile and start a web server -// listening by default on localhost;8001. +// listening by default on localhost:8001. package main import (