]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs: fix typo
authorSimon Schricker <sschricker@suse.de>
Tue, 30 Jul 2019 06:00:21 +0000 (08:00 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 30 Jul 2019 06:44:05 +0000 (08:44 +0200)
docs/CODING_STYLE.md

index bf7ba3ea69c75594c2c8b3f544bdf35f858691f4..3b9b5e6c46d300162f15a5223a570f2e418e280c 100644 (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