Skip to content

Commit

Permalink
some more typo fixing....
Browse files Browse the repository at this point in the history
  • Loading branch information
simar7 committed Apr 9, 2013
1 parent f7516db commit 6a6df32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/bin/lttng/commands/enable_channels.c
Expand Up @@ -101,7 +101,7 @@ static void usage(FILE *ofp)
default_get_kernel_channel_subbuf_size());
fprintf(ofp, " Needs to be a power of 2 for\n");
fprintf(ofp, " kernel and ust tracers\n");
fprintf(ofp, " --num-subbuf NUM Number of subbufers\n");
fprintf(ofp, " --num-subbuf NUM Number of sub-buffers\n");
fprintf(ofp, " (default: %u)\n",
DEFAULT_CHANNEL_SUBBUF_NUM);
fprintf(ofp, " Needs to be a power of 2 for\n");
Expand Down
4 changes: 2 additions & 2 deletions src/bin/lttng/commands/list.c
Expand Up @@ -497,8 +497,8 @@ static void print_channel(struct lttng_channel *channel)

MSG("%sAttributes:", indent4);
MSG("%soverwrite mode: %d", indent6, channel->attr.overwrite);
MSG("%ssubbufers size: %" PRIu64, indent6, channel->attr.subbuf_size);
MSG("%snumber of subbufers: %" PRIu64, indent6, channel->attr.num_subbuf);
MSG("%ssub-buffers size: %" PRIu64, indent6, channel->attr.subbuf_size);
MSG("%snumber of sub-buffers: %" PRIu64, indent6, channel->attr.num_subbuf);
MSG("%sswitch timer interval: %u", indent6, channel->attr.switch_timer_interval);
MSG("%sread timer interval: %u", indent6, channel->attr.read_timer_interval);
switch (channel->attr.output) {
Expand Down

0 comments on commit 6a6df32

Please sign in to comment.