Skip to content

Commit 6ff0d57

Browse files
committed
sysprof: fix typo in the comment
The patch fixes inconsistency in comment and source code below the comment. The typo was added in the initial commit 2593a9f ("misc: introduce Lua API for new sampling profiler").
1 parent 6b70bd3 commit 6ff0d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib_misc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ static int on_stop_cb_default(void *opt, uint8_t *buf)
161161

162162
#define LJLIB_MODULE_misc_sysprof
163163

164-
/* The default profiling interval equals to 11 ms. */
164+
/* The default profiling interval equals to 10 ms. */
165165
#define SYSPROF_DEFAULT_INTERVAL 10
166166
#define SYSPROF_DEFAULT_OUTPUT "sysprof.bin"
167167

0 commit comments

Comments
 (0)