Skip to content
Snippets Groups Projects
Commit a9ff3f59 authored by Clara Daia Hilgenberg Daru's avatar Clara Daia Hilgenberg Daru
Browse files

Remove saucy comment and correct grammar

parent 0354ec9b
No related branches found
No related tags found
2 merge requests!51Merge development to master,!24Issue/46
......@@ -30,12 +30,6 @@ int open_file(std::string name, std::ifstream& fstream) {
}
std::string get_distro() {
/* in Linux: distro name + version + release
the year is 2016 and we have 2 "unified" ways to identify distros
and a couple regex to find the distro name files
update: I used to complain about Linux, then I tried coding for
Windows... */
/* currently recorded distros are
* Ubuntu
* Debian
......@@ -147,5 +141,6 @@ std::string get_distro() {
throw std::string("Release file empty.");
}
throw std::string("No release file found.");
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment