From: Jérémie Galarneau Date: Wed, 29 Mar 2023 17:32:02 +0000 (-0400) Subject: Docs: missing period at the end of comment X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=053c50e3f707d781c7a502c75f8294b3d9bb7e6e Docs: missing period at the end of comment Signed-off-by: Jérémie Galarneau Change-Id: I62fcddcfa57289a2177acd25931fc1962abb206b --- diff --git a/src/common/file-descriptor.hpp b/src/common/file-descriptor.hpp index 2a2d21b1e..51f397bcf 100644 --- a/src/common/file-descriptor.hpp +++ b/src/common/file-descriptor.hpp @@ -16,7 +16,7 @@ namespace lttng { /* * RAII wrapper around a UNIX file descriptor. A file_descriptor's underlying - * file descriptor + * file descriptor. */ class file_descriptor { public: