summaryrefslogtreecommitdiff
path: root/glib/glib-unix.h
diff options
context:
space:
mode:
authorGabor Karsay <gabor.karsay@gmx.at>2022-03-04 16:21:55 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2022-03-04 16:21:55 +0000
commit7e64004db0bd57ccbfb5ddc0fbde69e4f55a8c0e (patch)
treeff4017506712947cba1fb90e2969df37607ba73a /glib/glib-unix.h
parent887f73d34e3ec3990f11f50427872df33d143eac (diff)
downloadglib-7e64004db0bd57ccbfb5ddc0fbde69e4f55a8c0e.tar.gz
docs: mark macros, flags, enums with percent sign
Diffstat (limited to 'glib/glib-unix.h')
-rw-r--r--glib/glib-unix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/glib-unix.h b/glib/glib-unix.h
index a5ea9a1c5..53f193b87 100644
--- a/glib/glib-unix.h
+++ b/glib/glib-unix.h
@@ -43,7 +43,7 @@ G_BEGIN_DECLS
*
* Error domain for API in the g_unix_ namespace. Note that there is no
* exported enumeration mapping %errno. Instead, all functions ensure that
- * %errno is relevant. The code for all #G_UNIX_ERROR is always 0, and the
+ * %errno is relevant. The code for all %G_UNIX_ERROR is always 0, and the
* error message is always generated via g_strerror().
*
* It is expected that most code will not look at %errno from these APIs.