Skip to content

Commit

Permalink
desktop/version: Correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
irydacea committed Mar 27, 2021
1 parent 8fb2da8 commit 2127592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/desktop/version.cpp
Expand Up @@ -170,7 +170,7 @@ std::map<std::string, std::string> parse_fdo_osrelease(const std::string& path)

std::map<std::string, std::string> res;

// FIXME: intentionally basic "parsing" here. We are not supposed to see
// NOTE: intentionally basic "parsing" here. We are not supposed to see
// more complex shell syntax anyway.
// <https://www.freedesktop.org/software/systemd/man/os-release.html>
for(std::string s; std::getline(*in, s);) {
Expand Down

0 comments on commit 2127592

Please sign in to comment.