From 7a7a5b7526aab3374fcf2faad332eba530d0e061 Mon Sep 17 00:00:00 2001 From: yuanbo Date: Thu, 20 May 2021 08:47:45 +0800 Subject: [PATCH] fix spellcheck issue --- ability/sbuf/include/hdf_sbuf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ability/sbuf/include/hdf_sbuf.h b/ability/sbuf/include/hdf_sbuf.h index cb6e1f41f..29ed70066 100644 --- a/ability/sbuf/include/hdf_sbuf.h +++ b/ability/sbuf/include/hdf_sbuf.h @@ -9,7 +9,7 @@ * @addtogroup Core * @{ * - * @brief Provides functions to use the OpenHarmonyOS Driver Foundation (HDF). + * @brief Provides functions to use the OpenHarmony Driver Foundation (HDF). * * The HDF implements driver framework capabilities such as driver loading, service management, driver message model, * and power management. -- Gitee