Fixed typo in previous commit, closes #1395

This commit is contained in:
hsutter 2019-04-04 11:27:40 -07:00
parent 85e6aef5d6
commit 9275e7da09

View File

@ -13873,7 +13873,7 @@ Local static variables are a common source of data races.
##### Example, bad:
void f(fstream& fs, regex pat)
void f(fstream& fs, regex pattern)
{
array<double, max> buf;
int sz = read_vec(fs, buf, max); // read from fs into buf