From e557fd4f64fede8381a7d31914057487273a6cb8 Mon Sep 17 00:00:00 2001 From: Michal Mielewczyk Date: Thu, 6 Jul 2023 13:45:17 +0200 Subject: [PATCH] Fix comment Signed-off-by: Michal Mielewczyk --- inc/ocf_def.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inc/ocf_def.h b/inc/ocf_def.h index 01d0d37..7e9e13c 100644 --- a/inc/ocf_def.h +++ b/inc/ocf_def.h @@ -1,5 +1,6 @@ /* * Copyright(c) 2012-2022 Intel Corporation + * Copyright(c) 2024 Huawei Technologies * SPDX-License-Identifier: BSD-3-Clause */ @@ -125,7 +126,7 @@ typedef enum { /*!< OCF cache has at least one inactive core */ ocf_cache_state_standby = 4, //!< ocf_cache_state_standby - /*!< OCF is currently in standby mode */ + /*!< OCF cache is currently in standby mode */ ocf_cache_state_max //!< ocf_cache_state_max /*!< Stopper of cache state enumerator */