exfat: small correction in comment, name not _name

This commit is contained in:
John Scipione 2014-02-05 20:30:35 -05:00
parent dae266a8a4
commit 3ba171a37a

View File

@ -46,7 +46,7 @@ open_mode_to_access(int openMode)
/*! Reads the volume name from an exfat entry and writes it to
\a _name as a UTF-8 char array.
\a name as a UTF-8 char array.
Writes a blank string to \a name if the volume name is not set.