desktop/version: Correct comment

This commit is contained in:
Iris Morelle 2021-03-27 02:47:41 -03:00
parent 8fb2da8fd0
commit 21275921f4

View file

@ -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);) {