Fix errors in fs_interface.dox

This commit is contained in:
John Scipione
2016-04-27 11:10:31 -07:00
parent 873cc5542e
commit 9a243c1b2a
+3 -3
View File
@@ -1905,14 +1905,14 @@
*/ */
/*! /*!
\fn status_t notify_stat_changed(dev_t device, ino_t node, \fn status_t notify_stat_changed(dev_t device, ino_t directory, ino_t node,
uint32 statFields) uint32 statFields)
\brief Notifies listeners that certain \a statFields of a node were updated. \brief Notifies listeners that certain \a statFields of a node were updated.
*/ */
/*! /*!
\fn status_t notify_attribute_changed(dev_t device, ino_t node, \fn status_t notify_attribute_changed(dev_t device, ino_t directory,
const char *attribute, int32 cause) ino_t node, const char *attribute, int32 cause)
\brief Notifies listeners that an attribute of a node has been changed. \brief Notifies listeners that an attribute of a node has been changed.
*/ */