summaryrefslogtreecommitdiffstats
path: root/docs/CODING_STYLE.md
diff options
context:
space:
mode:
authorbearhoney <34187569+bearhoney@users.noreply.github.com>2022-02-07 11:41:41 +0100
committerLuca Boccassi <luca.boccassi@gmail.com>2022-02-07 11:46:22 +0100
commitd0515a289a374d9c31ef825b6d06b94f105b5659 (patch)
tree3d5db942ef578ab46808da9a3b75f2d560f410aa /docs/CODING_STYLE.md
parenttests: also fuzz packets sent in the DHCP6_STATE_SOLICITATION state (diff)
downloadsystemd-d0515a289a374d9c31ef825b6d06b94f105b5659.tar.xz
systemd-d0515a289a374d9c31ef825b6d06b94f105b5659.zip
Update CODING_STYLE.md
Fixed typo.
Diffstat (limited to 'docs/CODING_STYLE.md')
-rw-r--r--docs/CODING_STYLE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CODING_STYLE.md b/docs/CODING_STYLE.md
index cd4486973e..a808e649b9 100644
--- a/docs/CODING_STYLE.md
+++ b/docs/CODING_STYLE.md
@@ -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