cpp-common/bt2c: fix some function names in comments
authorSimon Marchi <simon.marchi@efficios.com>
Thu, 4 Apr 2024 02:28:31 +0000 (22:28 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Wed, 17 Apr 2024 17:57:53 +0000 (13:57 -0400)
Change-Id: I1d66d431e36794daf3b35ab5b3600bcea3bc42d1
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/12225
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
Tested-by: jenkins <jenkins@lttng.org>
src/cpp-common/bt2c/logging.hpp

index 0d3e36e730af1542483dd9b3a21a1d849951b219..8625877033135ec53b65771405217ed88ec7e041 100644 (file)
@@ -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 <bool AppendCauseV, typename ExcT, typename... ArgTs>
@@ -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 <bool AppendCauseV, typename ExcT>
@@ -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 <bool AppendCauseV, typename... ArgTs>
@@ -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 <bool AppendCauseV>
This page took 0.025754 seconds and 4 git commands to generate.