mirror of
https://github.com/boostorg/system.git
synced 2025-07-30 04:27:14 +02:00
Fix a typo
This commit is contained in:
committed by
GitHub
parent
3b4045c149
commit
189fff42fe
@ -175,7 +175,7 @@ namespace errc {
|
|||||||
too_many_files_open_in_system, //ENFILE
|
too_many_files_open_in_system, //ENFILE
|
||||||
too_many_files_open, //EMFILE
|
too_many_files_open, //EMFILE
|
||||||
too_many_links, //EMLINK
|
too_many_links, //EMLINK
|
||||||
too_many_synbolic_link_levels, //ELOOP
|
too_many_symbolic_link_levels, //ELOOP
|
||||||
value_too_large, //EOVERFLOW
|
value_too_large, //EOVERFLOW
|
||||||
wrong_protocol_type //EPROTOTYPE
|
wrong_protocol_type //EPROTOTYPE
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user