From: Andre Noll Date: Mon, 11 Oct 2010 13:38:12 +0000 (+0200) Subject: para.h: Fix typo in comment. X-Git-Tag: v0.4.5~27^2 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=d5538ff0dd9f6531a1a319b49c32bd72597fb2c3;hp=0640cbddc02a818db0fba93a692648af4dd5f512 para.h: Fix typo in comment. --- diff --git a/para.h b/para.h index 287e3c7a..09132432 100644 --- a/para.h +++ b/para.h @@ -265,7 +265,7 @@ _static_inline_ long int para_random(unsigned max) * It may be determined by one of the following sources: * * 1. The decoding filter (para_audiod only). In this case, it is always - * \t SF_S16_LE which is the canonical format used within decoders. + * \p SF_S16_LE which is the canonical format used within decoders. * * 2. The wav header (para_write only). *