diff options
author | David Robillard <d@drobilla.net> | 2011-11-01 21:49:11 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-01 21:49:11 +0000 |
commit | 35fe3db96c63d54b58224bf1dfbd35e07e1f2b79 (patch) | |
tree | 6b10ca5e711e3cb47e75f2a0d55e4de36726c407 /ext/time.lv2 | |
parent | e444145ff78c3378771a08436b26a10214a137f0 (diff) | |
download | lv2-35fe3db96c63d54b58224bf1dfbd35e07e1f2b79.tar.xz |
Fix bad reference in doc comment
Diffstat (limited to 'ext/time.lv2')
-rw-r--r-- | ext/time.lv2/time.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/time.lv2/time.h b/ext/time.lv2/time.h index fac6b41..b2a9490 100644 --- a/ext/time.lv2/time.h +++ b/ext/time.lv2/time.h @@ -70,7 +70,7 @@ typedef struct { @} @{ @name LV2_TIME_BBT fields - These fields are valid iff the LV2_TIME_BBT bit is set in @ref valid. + These fields are valid iff the LV2_TIME_BBT bit is set in @ref flags. */ /** |