include: implement REUSE with SPDX identifiers
[lttng-ust.git] / include / lttng / ust-tracer.h
index a863757b26ba6ad0d8f96b36aebe8c53d88ca782..0094477ea635d9ba11879a88e08b43a1e0830890 100644 (file)
@@ -1,8 +1,8 @@
+// SPDX-FileCopyrightText: 2005-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: MIT
+
 /*
- * SPDX-License-Identifier: MIT
- *
- * Copyright (C) 2005-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- *
  * This contains the core definitions for the Linux Trace Toolkit.
  */
 
@@ -15,8 +15,8 @@
 #include <lttng/ust-version.h>
 
 /*
- * On architectures without efficient unaligned accesses, layout the
- * content of the ringbuffer respect the natural alignment of the
+ * On architectures without efficient unaligned accesses, the layout of
+ * the ringbuffer's content respects the natural alignment of the
  * system. Only pack its content on architectures we know have efficient
  * unaligned memory access.
  *
This page took 0.023207 seconds and 4 git commands to generate.