Fixed typo

2007-12-31  Wouter Bolsterlee  <wbolster@svn.gnome.org>

	* glib/tmpl/macros_misc.sgml: Fixed typo

svn path=/trunk/; revision=6223
This commit is contained in:
Wouter Bolsterlee 2007-12-31 11:35:35 +00:00 committed by Wouter Bolsterlee
parent 9002395011
commit 66e7df9f7e
2 changed files with 23 additions and 19 deletions

View File

@ -1,3 +1,7 @@
2007-12-31 Wouter Bolsterlee <wbolster@svn.gnome.org>
* glib/tmpl/macros_misc.sgml: Fixed typo
2007-12-30 Matthias Clasen <mclasen@redhat.com>
* gio/Makefile.am:

View File

@ -253,7 +253,7 @@ Since: 2.8
<!-- ##### MACRO G_GNUC_WARN_UNUSED_RESULT ##### -->
<para>
Expands to the GNU C <literal>warn_unused_ersult</literal> function attribute
Expands to the GNU C <literal>warn_unused_result</literal> function attribute
if the compiler is <command>gcc</command>, or "" if it isn't. This function
attribute makes the compiler emit a warning if the result of a function call
is ignored. See the GNU C documentation for details.