devd: Correct typo in comment.
Submitted by: Christoph Mallon <christoph.mallon@gmx.de> Approved by: cperciva (mentor)
This commit is contained in:
parent
7d9e9c60a0
commit
4cb9d1beca
@ -606,7 +606,7 @@ config::expand_one(const char *&src, string &dst)
|
||||
return;
|
||||
}
|
||||
|
||||
// ${^A-Za-z] -> $\1
|
||||
// $[^A-Za-z] -> $\1
|
||||
if (!isalpha(*src)) {
|
||||
dst += '$';
|
||||
dst += *src++;
|
||||
|
Loading…
Reference in New Issue
Block a user