From 8f9f27734be8b05a01b9df05c6c1687845150a7c Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 8 Aug 2008 04:56:22 +0000 Subject: [PATCH] Improve comment. svn path=/trunk/; revision=7320 --- configure.in | 12 ++++++------ glibconfig.h.win32.in | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/configure.in b/configure.in index 541b614..eb4bc46 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; diff --git a/glibconfig.h.win32.in b/glibconfig.h.win32.in index a5ae00f..92e8964 100644 --- a/glibconfig.h.win32.in +++ b/glibconfig.h.win32.in @@ -241,12 +241,12 @@ union _GSystemThread #define G_MODULE_SUFFIX "dll" -/* 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 void * GPid; -- 2.7.4