mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-31 16:57:10 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=247763
@ -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