session-descriptor: fix comment typos in session-descriptor.h
[lttng-tools.git] / include / lttng / session-descriptor.h
index 32799684d29fdbef82507ef7f9db0ab541b22616..3fb28a78e7da0cc205c75082c09bda7ec9d00501 100644 (file)
@@ -1,18 +1,8 @@
 /*
- * Copyright (C) 2019 Jérémie Galarneau <jeremie.galarneau@efficios.com>
+ * Copyright (C) 2019 Jérémie Galarneau <jeremie.galarneau@efficios.com>
  *
- * This library is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License, version 2.1 only,
- * as published by the Free Software Foundation.
+ * SPDX-License-Identifier: LGPL-2.1-only
  *
- * This library is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
- * for more details.
- *
- * You should have received a copy of the GNU Lesser General Public License
- * along with this library; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #ifndef LTTNG_SESSION_DESCRIPTOR_H
@@ -66,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:
@@ -122,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.023806 seconds and 4 git commands to generate.