Fix a typo

This commit is contained in:
Kirill Pushkaryov
2021-11-17 10:59:03 +07:00
committed by GitHub
parent 3b4045c149
commit 189fff42fe

View File

@ -175,7 +175,7 @@ namespace errc {
too_many_files_open_in_system, //ENFILE
too_many_files_open, //EMFILE
too_many_links, //EMLINK
too_many_synbolic_link_levels, //ELOOP
too_many_symbolic_link_levels, //ELOOP
value_too_large, //EOVERFLOW
wrong_protocol_type //EPROTOTYPE
};