diff options
| author | Richard M. Stallman | 1993-08-11 20:37:21 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-08-11 20:37:21 +0000 |
| commit | 89eb0213a76261be0ac53f99a96c8a7201d98694 (patch) | |
| tree | 83668a09d49fde562ea2b846803af439b35c30ed | |
| parent | a217e08acfacc3cb325ce2ec0aea7d85b58ede50 (diff) | |
| download | emacs-89eb0213a76261be0ac53f99a96c8a7201d98694.tar.gz emacs-89eb0213a76261be0ac53f99a96c8a7201d98694.zip | |
Comment fix.
| -rw-r--r-- | lisp/emacs-lisp/profile.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/profile.el b/lisp/emacs-lisp/profile.el index 119ffb7b585..213c4bada36 100644 --- a/lisp/emacs-lisp/profile.el +++ b/lisp/emacs-lisp/profile.el | |||
| @@ -86,7 +86,7 @@ | |||
| 86 | ;static struct timeval TV1,TV2; | 86 | ;static struct timeval TV1,TV2; |
| 87 | ;static struct timezone *tzp = (struct timezone *) NULL; /* no need timezone */ | 87 | ;static struct timezone *tzp = (struct timezone *) NULL; /* no need timezone */ |
| 88 | ;static int watch_not_started = 1 ; /* flag */ | 88 | ;static int watch_not_started = 1 ; /* flag */ |
| 89 | ;static char time_string[30] | 89 | ;static char time_string[30]; |
| 90 | ; | 90 | ; |
| 91 | ;int reset_watch() /* this call resets the stopwatch to zero */ | 91 | ;int reset_watch() /* this call resets the stopwatch to zero */ |
| 92 | ;{ | 92 | ;{ |