From ec88da9146f3ea615489d6bc068821f9e18eaf86 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Tue, 1 Aug 2023 15:53:32 +0900 Subject: [PATCH] docs: fix typo --- docs/CODING_STYLE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CODING_STYLE.md b/docs/CODING_STYLE.md index 6ec1d977e34..fcf787d372e 100644 --- a/docs/CODING_STYLE.md +++ b/docs/CODING_STYLE.md @@ -620,7 +620,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later sure to imply `AT_EMPTY_PATH` if an empty or `NULL` path argument is specified (and convert that latter to an empty string). This differs from the underlying kernel semantics, where `AT_EMPTY_PATH` must always be specified - explicitly, and `NULL` is not acepted as path. + explicitly, and `NULL` is not accepted as path. ## Command Line