]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
network: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 7 Apr 2025 07:41:25 +0000 (16:41 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 7 Apr 2025 07:41:25 +0000 (16:41 +0900)
Follow-up for 96dd66eddfefacc0863c67ba6694e5f9c7fbabec.

src/network/networkd-radv.c

index 644051d844c5aa1b99644ba4aab68f01df896178..570f9d608722844624c6e889bdac1e56529611b6 100644 (file)
@@ -722,7 +722,7 @@ int radv_add_prefix(
                 return r;
 
         if (sd_radv_is_running(link->radv)) {
-                /* Announce updated prefixe now. */
+                /* Announce updated prefix now. */
                 r = sd_radv_send(link->radv);
                 if (r < 0)
                         return r;