summaryrefslogtreecommitdiff
path: root/src/gperftools/profiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gperftools/profiler.h')
-rw-r--r--src/gperftools/profiler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gperftools/profiler.h b/src/gperftools/profiler.h
index 7971e04..d38a3d3 100644
--- a/src/gperftools/profiler.h
+++ b/src/gperftools/profiler.h
@@ -123,7 +123,7 @@ PERFTOOLS_DLL_DECL int ProfilerStart(const char* fname);
*
* 'options' may be NULL, in which case all are given default values.
*
- * Returns nonzero if profiling was started sucessfully, or zero else.
+ * Returns nonzero if profiling was started successfully, or zero else.
*/
PERFTOOLS_DLL_DECL int ProfilerStartWithOptions(
const char *fname, const struct ProfilerOptions *options);