express: fix typo in VirtualFileSystem docstring

This commit is contained in:
rdb 2019-11-09 20:27:03 +01:00
parent 1b863ead55
commit 6fd662335d

View File

@ -187,7 +187,7 @@ mount_loop(const Filename &virtual_filename, const Filename &mount_point,
/** /**
* Adds the given VirtualFileMount object to the mount list. This is a lower- * Adds the given VirtualFileMount object to the mount list. This is a lower-
* level function that the other flavors of mount(); it requires you to create * level function than the other flavors of mount(); it requires you to create
* a VirtualFileMount object specifically. * a VirtualFileMount object specifically.
*/ */
bool VirtualFileSystem:: bool VirtualFileSystem::