Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(132)

Unified Diff: common/runtime/profiling/profiler.go

Issue 2644853005: Update project/service config references. (Closed)
Patch Set: Update project/service config references. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | logdog/api/config/svcconfig/util.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | logdog/api/config/svcconfig/util.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698