summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/hackersguide/hackersguide.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/hackersguide/hackersguide.sgml b/doc/hackersguide/hackersguide.sgml
index 632e883d5..94fb52c3d 100644
--- a/doc/hackersguide/hackersguide.sgml
+++ b/doc/hackersguide/hackersguide.sgml
@@ -199,7 +199,7 @@
is object oriented anyway.
</para>
<para>
- classes are structs containing (ideally only) object pointers in xine.
+ classes are structs containing (ideally only) function pointers in xine.
Example:
<programlisting>
typedef struct my_stack_s my_class_t;