aboutsummaryrefslogtreecommitdiffstats
path: root/src/sound
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound')
-rw-r--r--src/sound/RBAOutputtingSound.hpp2
-rw-r--r--src/sound/RBAZoneMaker.hpp2
-rw-r--r--src/sound/RBAZoneSetMaker.hpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/sound/RBAOutputtingSound.hpp b/src/sound/RBAOutputtingSound.hpp
index 67b476c..dd2e67e 100644
--- a/src/sound/RBAOutputtingSound.hpp
+++ b/src/sound/RBAOutputtingSound.hpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
/**
- * 音声出力クラス
+ * OutputtingSound class header
*/
#ifndef RBAOUTPUTTINGSOUND_HPP
diff --git a/src/sound/RBAZoneMaker.hpp b/src/sound/RBAZoneMaker.hpp
index 8367bd0..96bc98e 100644
--- a/src/sound/RBAZoneMaker.hpp
+++ b/src/sound/RBAZoneMaker.hpp
@@ -24,7 +24,7 @@
namespace rba
{
-/// @brief Zone object generator class
+/// @brief Zone object generator class
class RBAZoneMaker : public RBAAllocatableMaker
{
public:
diff --git a/src/sound/RBAZoneSetMaker.hpp b/src/sound/RBAZoneSetMaker.hpp
index 1265628..17a896d 100644
--- a/src/sound/RBAZoneSetMaker.hpp
+++ b/src/sound/RBAZoneSetMaker.hpp
@@ -24,7 +24,7 @@
namespace rba
{
-/// @brief ZoneSet object generator class
+/// @brief ZoneSet object generator class
class RBAZoneSetMaker : public RBAAllocatableSetMaker
{
public: