session-descriptor: fix comment typos in session-descriptor.h
authorSimon Marchi <simon.marchi@efficios.com>
Fri, 31 Jan 2020 19:22:24 +0000 (14:22 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 31 Jan 2020 21:58:14 +0000 (16:58 -0500)
Change-Id: Idafd16fd2851798a47bd95a7887f5bf9ba7828d0
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
include/lttng/session-descriptor.h

index e24ecd462242607716a80293e6b3ff87c8d347e2..3fb28a78e7da0cc205c75082c09bda7ec9d00501 100644 (file)
@@ -56,12 +56,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:
@@ -112,7 +112,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.
  */
This page took 0.02512 seconds and 4 git commands to generate.