aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2020-09-12 12:50:01 +0300
committerWohlstand <admin@wohlnet.ru>2020-09-12 12:50:01 +0300
commit2b6d1fcfe4895ea0d3a57ef7e7f67a79e0bdb170 (patch)
treeae173686216fa07183180c85bd5bc7ca251eb735 /include
parente7c04edd47c4db18713a584e360052fc0d65e24c (diff)
downloadlibADLMIDI-2b6d1fcfe4895ea0d3a57ef7e7f67a79e0bdb170.tar.gz
libADLMIDI-2b6d1fcfe4895ea0d3a57ef7e7f67a79e0bdb170.tar.bz2
libADLMIDI-2b6d1fcfe4895ea0d3a57ef7e7f67a79e0bdb170.zip
A small typo fix
Compared to the original documents and headers of John Miles for the proper title of his audio library. However, it also has "IBM" prefix: "IBM Audio Interface Library". Idk, is need to mention the IBM?
Diffstat (limited to 'include')
-rw-r--r--include/adlmidi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/adlmidi.h b/include/adlmidi.h
index 055265a..a9b2f9f 100644
--- a/include/adlmidi.h
+++ b/include/adlmidi.h
@@ -118,7 +118,7 @@ enum ADLMIDI_VolumeModels
ADLMIDI_VolumeModel_DMX_Fixed = 6,
/*! Apogee model with a fixed bug of AM voices*/
ADLMIDI_VolumeModel_APOGEE_Fixed = 7,
- /*! Audio Interfaces Library volume scaling model */
+ /*! Audio Interface Library volume scaling model */
ADLMIDI_VolumeModel_AIL = 8,
/*! Aproximated and shorted volume map table (Generic FM driver). Similar to general, but has less granularity. */
ADLMIDI_VolumeModel_9X_GENERIC_FM = 9,