X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=afh.h;h=504bc2b213b70b4d053fba486e84cacf59c0b074;hb=5001736840e126342209ae172c04c1328f6bea0d;hp=1e37c9c39c26a328c6663e8108f9ff2d071ff4a2;hpb=732db80493440d188963cea27d822447925ab5ad;p=paraslash.git diff --git a/afh.h b/afh.h index 1e37c9c3..504bc2b2 100644 --- a/afh.h +++ b/afh.h @@ -23,7 +23,7 @@ /** \endcond */ -/** size of the audio_file info string */ +/** Size of the audio_file info string. */ #define AUDIO_FILE_INFO_SIZE 256 /** Audio format dependent information. */ @@ -58,7 +58,7 @@ struct afh_info { unsigned header_offset; /** The number of channels. */ uint8_t channels; - /** Frquency on Hz. */ + /** Frequency in Hz. */ uint16_t frequency; /** Exact meaning depends on audio format. */ uint16_t bitrate;