chiark / gitweb /
udev: handle network controllers in nonstandard domains
[elogind.git] / src / udev / udev-rules.c
index d2810a01d82ecf7140a8e519cde588ce4fd210c5..7a4fb70258c582aa0d40fe64bc37da2e901fc3e4 100644 (file)
@@ -55,7 +55,7 @@ struct udev_rules {
         unsigned int token_cur;
         unsigned int token_max;
 
-        /* all key strings are copied and de-duplicated in a single continous string buffer */
+        /* all key strings are copied and de-duplicated in a single continuous string buffer */
         struct strbuf *strbuf;
 
         /* during rule parsing, uid/gid lookup results are cached */