X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fust-tracer.h;h=0094477ea635d9ba11879a88e08b43a1e0830890;hb=1c1968450409b3c159a3000f9e1a968ff1e5f7e8;hp=a863757b26ba6ad0d8f96b36aebe8c53d88ca782;hpb=88292c3396cfb2095bd9921d84cc2baa003bea32;p=lttng-ust.git diff --git a/include/lttng/ust-tracer.h b/include/lttng/ust-tracer.h index a863757b..0094477e 100644 --- a/include/lttng/ust-tracer.h +++ b/include/lttng/ust-tracer.h @@ -1,8 +1,8 @@ +// SPDX-FileCopyrightText: 2005-2012 Mathieu Desnoyers +// +// SPDX-License-Identifier: MIT + /* - * SPDX-License-Identifier: MIT - * - * Copyright (C) 2005-2012 Mathieu Desnoyers - * * This contains the core definitions for the Linux Trace Toolkit. */ @@ -15,8 +15,8 @@ #include /* - * 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. *