0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-09 13:38:55 +02:00

ircd::fs: Minor comment clarification.

This commit is contained in:
Jason Volk 2019-01-05 17:18:43 -08:00
parent 005e4217ed
commit 77295f3a3e

View file

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