mirror of
https://github.com/matrix-construct/construct
synced 2024-11-15 22:41:12 +01:00
ircd::fs: Minor comment clarification.
This commit is contained in:
parent
005e4217ed
commit
77295f3a3e
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ namespace ircd::fs
|
|||
ulong device(const fd &);
|
||||
}
|
||||
|
||||
/// Object for maintaining state to an open file or directory. Instances can
|
||||
/// be used with various functions around ircd::fs.
|
||||
/// File Desc++ptor. This is simply a native fd (i.e. integer) with c++ object
|
||||
/// semantics.
|
||||
struct ircd::fs::fd
|
||||
{
|
||||
struct opts;
|
||||
|
|
Loading…
Reference in a new issue