summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@src.gnome.org>2008-08-08 04:56:22 +0000
committerTor Lillqvist <tml@src.gnome.org>2008-08-08 04:56:22 +0000
commit8f9f27734be8b05a01b9df05c6c1687845150a7c (patch)
treea514eca9e60e7d4d0440b9899a661c09928e6de0 /configure.in
parentcbdec287ced8dc56b63a04a979845b6534788e16 (diff)
downloadglib-8f9f27734be8b05a01b9df05c6c1687845150a7c.tar.gz
Improve comment.
svn path=/trunk/; revision=7320
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/configure.in b/configure.in
index 541b6142d..eb4bc46c0 100644
--- a/configure.in
+++ b/configure.in
@@ -2951,12 +2951,12 @@ _______EOF
#define G_MODULE_SUFFIX "$g_module_suffix"
-/* A GPid is an abstraction for a process "handle". It is *not* an abstraction for
- * a process identifier in general. GPid is used in GLib only for
- * descendant processes spawned with the g_spawn* functions. On POSIX
- * there is no "process handle" concept as such, but on Windows a GPid
- * is a handle to a process, a kind of pointer, not a process
- * identifier.
+/* A GPid is an abstraction for a process "handle". It is *not* an
+ * abstraction for a process identifier in general. GPid is used in
+ * GLib only for descendant processes spawned with the g_spawn*
+ * functions. On POSIX there is no "process handle" concept as such,
+ * but on Windows a GPid is a handle to a process, a kind of pointer,
+ * not a process identifier.
*/
typedef $g_pid_type GPid;