1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-31 14:50:15 +03:00

docs: fix typo

This commit is contained in:
Simon Schricker 2019-07-30 08:00:21 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent e397eb50da
commit 2d1b928109

View File

@ -236,7 +236,7 @@ title: Coding Style
p = foobar_unref(p);
```
which will always work regardless if `p` is initialized or not,x and
which will always work regardless if `p` is initialized or not, and
guarantees that `p` is `NULL` afterwards, all in just one line.
## Error Handling