Cleanup comments and bad indent
[lttng-tools.git] / ltt-sessiond / traceable-app.h
index a0666d5823a5ab5567880412006179ac5f982615..4a9e114932cacb0720918504b937d7f4ff4f1868 100644 (file)
@@ -3,8 +3,8 @@
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
+ * as published by the Free Software Foundation; only version 2
+ * of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -24,9 +24,8 @@ struct ltt_traceable_app_list {
        struct cds_list_head head;
 };
 
-/* Registered traceable applications. Libust registers
- * to the session daemon and a linked list is kept
- * of all running traceable app.
+/* Registered traceable applications. Libust registers to the session daemon
+ * and a linked list is kept of all running traceable app.
  */
 struct ltt_traceable_app {
        struct cds_list_head list;
This page took 0.023266 seconds and 4 git commands to generate.