From 984ced4acc6f6b9d00e43310ac838437183bd0bd Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
Date: Wed, 29 Aug 2012 20:19:39 +0000
Subject: Fix documentation reference to nonexistent function.

---
 lv2/lv2plug.in/ns/ext/atom/forge.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'lv2/lv2plug.in/ns/ext/atom')

diff --git a/lv2/lv2plug.in/ns/ext/atom/forge.h b/lv2/lv2plug.in/ns/ext/atom/forge.h
index 54ba25b..bd6f1e4 100644
--- a/lv2/lv2plug.in/ns/ext/atom/forge.h
+++ b/lv2/lv2plug.in/ns/ext/atom/forge.h
@@ -559,7 +559,7 @@ lv2_atom_forge_blank(LV2_Atom_Forge*       forge,
 
 /**
    Write the header for a property body (likely in an Object).
-   See lv2_atom_forge_object() documentation for an example.
+   See lv2_atom_forge_resource() documentation for an example.
 */
 static inline LV2_Atom_Forge_Ref
 lv2_atom_forge_property_head(LV2_Atom_Forge* forge,
-- 
cgit v1.2.1