X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2Flttng%2Fsession-descriptor.h;h=2efe935f2a1eb624b6c52bfff0e7b0fe37d79d95;hb=375731ccc39085dba006dd9d14b9d598d60003af;hp=32799684d29fdbef82507ef7f9db0ab541b22616;hpb=8ebff2d7f831d8cc91c969fee13ecd6fc31a07e6;p=lttng-tools.git diff --git a/include/lttng/session-descriptor.h b/include/lttng/session-descriptor.h index 32799684d..2efe935f2 100644 --- a/include/lttng/session-descriptor.h +++ b/include/lttng/session-descriptor.h @@ -66,12 +66,12 @@ struct lttng_session_descriptor; * Where CREATION_TIME is time of the creation of the session on the session * daemon in the form "yyyymmdd-hhmmss". * - * Network output locations can also be auto-genated by leaving the + * Network output locations can also be auto-generated by leaving the * 'control_url' and 'data_url' output parameters unspecified. In such cases, * the session daemon will create a default output targeting a relay daemon * at net://127.0.0.1, using the default 'control' and 'data' ports. * - * The format of the 'control_url' and 'data_url' paramaters is: + * The format of the 'control_url' and 'data_url' parameters is: * NETPROTO://(HOST | IPADDR)[:CTRLPORT[:DATAPORT]][/TRACEPATH] * * NETPROTO: Network protocol, amongst: @@ -122,7 +122,7 @@ lttng_session_descriptor_create(const char *name); * The 'name' parameter can be left NULL to auto-generate a session name. * * The 'path' must either be an absolute path or it can be left NULL to - * use the default local outout destination. + * use the default local output destination. * * Returns an lttng_session_descriptor instance on success, NULL on error. */