From 11545bd606be3187ffb3d7507c9ab21705123e61 Mon Sep 17 00:00:00 2001 From: Pavel Kumbrasev Date: Mon, 18 Sep 2023 12:09:06 +0100 Subject: [PATCH] Fix brief in test_fuzzing (#1206) Signed-off-by: pavelkumbrasev --- test/tbb/test_fuzzing.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tbb/test_fuzzing.cpp b/test/tbb/test_fuzzing.cpp index 6571ae0d57..38cd7f8a3b 100644 --- a/test/tbb/test_fuzzing.cpp +++ b/test/tbb/test_fuzzing.cpp @@ -15,7 +15,7 @@ */ //! \file test_fuzzing.cpp -//! \brief Test the [fuzzing] of environment variables +//! \brief Test the [internal] of environment variables #include