Skip to content

Commit

Permalink
fix a tiny comment niggle
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Alcock <nick.alcock@oracle.com>
  • Loading branch information
nickalcock committed Sep 6, 2021
1 parent f9ba81e commit 4a69590
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libdtrace/dt_open.c
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,8 @@ dt_vopen(int version, int flags, int *errp,
for (i = 0; i < DTRACEOPT_MAX; i++)
dtp->dt_options[i] = DTRACEOPT_UNSET;

/* FIXME: the default value of strsize must be set.
/*
* FIXME: the default value of strsize must be set.
* In legacy DTrace, the value was read from the kernel
* in dt_options_load(). When string handling is done,
* we will introduce a real solution suitable for this
Expand Down

0 comments on commit 4a69590

Please sign in to comment.