summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorXan Lopez <xan@gnome.org>2010-05-04 18:09:01 +0200
committerXan Lopez <xan@gnome.org>2010-05-04 18:10:56 +0200
commitb3c9c17956a2e2640c1846879d930fd706eaf966 (patch)
treeeaaefa624db50896c87929d51c6cbbb1e148765c /docs
parentf39a49b03610a1cd54b9feb18528f5c74539d5c9 (diff)
Fix typo in limits documentation
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/glib/tmpl/limits.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/glib/tmpl/limits.sgml b/docs/reference/glib/tmpl/limits.sgml
index caa305d84..5326b4887 100644
--- a/docs/reference/glib/tmpl/limits.sgml
+++ b/docs/reference/glib/tmpl/limits.sgml
@@ -221,7 +221,7 @@ The minimum positive value which can be held in a #gfloat.
</para>
<para>
If you are interested in the smallest value which can be held in a #gfloat,
-use -G_MAX_FLOAT.
+use -G_MAXFLOAT.
</para>