settings: correct class description

This commit is contained in:
George Kiagiadakis 2023-09-26 10:00:43 +03:00
parent 1e714fe784
commit 6d7232a1fd

View file

@ -19,8 +19,8 @@ WP_DEFINE_LOCAL_LOG_TOPIC ("wp-settings")
* \struct WpSettings
*
* WpSettings loads and parses the "sm-settings" (default value) metadata, which
* contains wireplumber settings. It provides APIs to its clients (modules, lua
* scripts etc) to access and change them.
* contains wireplumber settings, and provides APIs to its clients (modules, lua
* scripts etc) to access them.
*
* Being a WpObject subclass, the settings inherits WpObject's activation
* system.