From 65b35e821f4362b9e8322b85aa361c06c2d74a94 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Wed, 3 Apr 2024 22:28:31 -0400 Subject: [PATCH] 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 --- src/cpp-common/bt2c/logging.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.34.1