Skip to content

Commit

Permalink
Fix comment for changed variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyONeal committed Sep 25, 2024
1 parent 0b1bbd0 commit a410d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vcpkg/base/parse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ namespace vcpkg

std::string caret_string;
caret_string.append(line_prefix_space, ' ');
// note *it is excluded because it is where the ^ goes
// note *cursor is excluded because it is where the ^ goes
for (auto it = start_of_line; it != cursor; ++it)
{
if (*it == '\t')
Expand Down

0 comments on commit a410d05

Please sign in to comment.