cpp-common/bt2c: fix some function names in comments
[babeltrace.git] / 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.023364 seconds and 4 git commands to generate.