| Index: common/runtime/profiling/profiler.go
|
| diff --git a/common/runtime/profiling/profiler.go b/common/runtime/profiling/profiler.go
|
| index e599c84a033728667dbf437b8ff28e943c2c3f8f..b592358684254b65c2782156f118230ba21a4ee4 100644
|
| --- a/common/runtime/profiling/profiler.go
|
| +++ b/common/runtime/profiling/profiler.go
|
| @@ -115,7 +115,7 @@ func (p *Profiler) Stop() {
|
| }
|
|
|
| // DumpSnapshot dumps a profile snapshot to the configured output directory. If
|
| -// no output directory is configured, nothing wil happen.
|
| +// no output directory is configured, nothing will happen.
|
| func (p *Profiler) DumpSnapshot() error {
|
| if p.Dir == "" {
|
| return nil
|
|
|