]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Update CODING_STYLE.md
authorbearhoney <34187569+bearhoney@users.noreply.github.com>
Mon, 7 Feb 2022 10:41:41 +0000 (11:41 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 7 Feb 2022 10:46:22 +0000 (10:46 +0000)
Fixed typo.

docs/CODING_STYLE.md

index cd4486973e2a231014f2e6e563b987684bf66b45..a808e649b986a4dfc1b950067de32bfc30db5a5b 100644 (file)
@@ -518,7 +518,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
 
 - It's a good idea to use `O_NONBLOCK` when opening 'foreign' regular files,
   i.e.  file system objects that are supposed to be regular files whose paths
-  where specified by the user and hence might actually refer to other types of
+  were specified by the user and hence might actually refer to other types of
   file system objects. This is a good idea so that we don't end up blocking on
   'strange' file nodes, for example if the user pointed us to a FIFO or device
   node which may block when opening. Moreover even for actual regular files