From: Simon Marchi Date: Thu, 4 Apr 2024 02:28:31 +0000 (-0400) Subject: cpp-common/bt2c: fix some function names in comments X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=65b35e821f4362b9e8322b85aa361c06c2d74a94 cpp-common/bt2c: fix some function names in comments Change-Id: I1d66d431e36794daf3b35ab5b3600bcea3bc42d1 Signed-off-by: Simon Marchi Reviewed-on: https://review.lttng.org/c/babeltrace/+/12225 Reviewed-by: Philippe Proulx Tested-by: jenkins --- diff --git a/src/cpp-common/bt2c/logging.hpp b/src/cpp-common/bt2c/logging.hpp index 0d3e36e7..86258770 100644 --- a/src/cpp-common/bt2c/logging.hpp +++ b/src/cpp-common/bt2c/logging.hpp @@ -300,7 +300,7 @@ public: } /* - * Like logAndNoThrow() with the `Level::Error` level, but also + * Like logNoThrow() with the `Level::Error` level, but also * throws a default-constructed instance of `ExcT`. */ template @@ -314,7 +314,7 @@ public: } /* - * Like logStrAndNoThrow() with the `Level::Error` level, but also + * Like logStrNoThrow() with the `Level::Error` level, but also * throws a default-constructed instance of `ExcT`. */ template @@ -326,7 +326,7 @@ public: } /* - * Like logAndNoThrow() with the `Level::Error` level, but also + * Like logNoThrow() with the `Level::Error` level, but also * rethrows. */ template @@ -340,7 +340,7 @@ public: } /* - * Like logStrAndNoThrow() with the `Level::Error` level, but also + * Like logStrNoThrow() with the `Level::Error` level, but also * rethrows. */ template