From: Sam James Date: Fri, 6 Jan 2023 11:39:10 +0000 (+0000) Subject: CODING_STYLE: fix 'better' typo X-Git-Tag: v253-rc1~175 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4e11b54b317556c2aca70b9d5289bfef36f33984;p=thirdparty%2Fsystemd.git CODING_STYLE: fix 'better' typo --- diff --git a/docs/CODING_STYLE.md b/docs/CODING_STYLE.md index eec12406882..c96325b3fe5 100644 --- a/docs/CODING_STYLE.md +++ b/docs/CODING_STYLE.md @@ -686,7 +686,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later - Do not use `basename()` or `dirname()`. The semantics in corner cases are full of pitfalls, and the fact that there are two quite different versions of `basename()` (one POSIX and one GNU, of which the latter is much more useful) - doesn't make it bette either. Use path_extract_filename() and + doesn't make it better either. Use path_extract_filename() and path_extract_directory() instead. - Never use `FILENAME_MAX`. Use `PATH_MAX` instead (for checking maximum size