summaryrefslogtreecommitdiff
path: root/src/udev
diff options
context:
space:
mode:
authorAnatol Pomozov <anatol.pomozov@gmail.com>2013-06-02 13:28:55 -0400
committerAnthony G. Basile <blueness@gentoo.org>2013-06-02 13:28:55 -0400
commit0d0e9310f63ce37ecbad63c2c78fb747fd93417c (patch)
treeea56f70afceb1933e515b1367bc4512154daf812 /src/udev
parent16c008bed057fbd352b1d624f335f97c1655ab4a (diff)
src/udev/udev-rules.c: fix a spelling error
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/udev')
-rw-r--r--src/udev/udev-rules.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/udev/udev-rules.c b/src/udev/udev-rules.c
index 5e56c2f7a0..a3c2b2451d 100644
--- a/src/udev/udev-rules.c
+++ b/src/udev/udev-rules.c
@@ -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 */