diff options
Diffstat (limited to 'src/profiler.c')
-rw-r--r-- | src/profiler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profiler.c b/src/profiler.c index 8b092dcc818..fff7c6b0ff6 100644 --- a/src/profiler.c +++ b/src/profiler.c @@ -384,7 +384,7 @@ Return non-nil if the profiler was running. */) DEFUN ("profiler-cpu-running-p", Fprofiler_cpu_running_p, Sprofiler_cpu_running_p, 0, 0, 0, - doc: /* Return non-nil iff cpu profiler is running. */) + doc: /* Return non-nil if cpu profiler is running. */) (void) { return profiler_cpu_running ? Qt : Qnil; |