diff --git a/src/os/inc/osapi-filesys.h b/src/os/inc/osapi-filesys.h index 180456c32..8e37bdfb4 100644 --- a/src/os/inc/osapi-filesys.h +++ b/src/os/inc/osapi-filesys.h @@ -70,8 +70,8 @@ typedef struct * at runtime. It is intended to be called by the PSP/BSP prior to starting the application. * * @note OSAL virtual mount points are required to be a single, non-empty top-level directory - * name. Virtual path names always follow the form ///. - * Only the relative path may be omitted/empty (i.e. //) but the + * name. Virtual path names always follow the form /\/\/\. + * Only the relative path may be omitted/empty (i.e. /\/\) but the * virtual mount point must be present and not an empty string. In particular this means * it is not possible to directly refer to files in the "root" of the native file system * from OSAL. However it is possible to create a virtual map to the root, such as by calling: