From 912c7aab55ed8a8969991c5ad72b56a087b590a4 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 cb6e1f41..29ed7006 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.