sys: create: comment change

This commit is contained in:
Bill Zissimopoulos 2016-01-22 10:24:54 -08:00
parent cf8918be28
commit 0c48770cc5

View File

@ -134,7 +134,7 @@ static NTSTATUS FspFsvolCreate(
if (FlagOn(CreateOptions, FILE_OPEN_BY_FILE_ID))
return STATUS_NOT_IMPLEMENTED;
/* do we not support EA */
/* no EA support currently */
if (0 != EaBuffer)
return STATUS_EAS_NOT_SUPPORTED;