]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
dbus-protocol.h: fix DBUS_ERROR_SPAWN_NO_MEMORY comment
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 10 Jun 2020 10:25:59 +0000 (14:25 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 10 Jun 2020 10:26:03 +0000 (14:26 +0400)
Although this error seems to be unused (DBUS_ERROR_NO_MEMORY is used
instead), let's correct the comment.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
dbus/dbus-protocol.h

index 61f6212d40e096b03c161bc91a932cee064eff13..b3db8c6116de91ae6d1df650064362a5684eb7ee 100644 (file)
@@ -438,7 +438,7 @@ extern "C" {
 #define DBUS_ERROR_SPAWN_PERMISSIONS_INVALID  "org.freedesktop.DBus.Error.Spawn.PermissionsInvalid"
 /** Service file invalid (Name, User or Exec missing). */
 #define DBUS_ERROR_SPAWN_FILE_INVALID         "org.freedesktop.DBus.Error.Spawn.FileInvalid"
-/** Tried to get a UNIX process ID and it wasn't available. */
+/** There was not enough memory to complete the operation. */
 #define DBUS_ERROR_SPAWN_NO_MEMORY            "org.freedesktop.DBus.Error.Spawn.NoMemory"
 /** Tried to get a UNIX process ID and it wasn't available. */
 #define DBUS_ERROR_UNIX_PROCESS_ID_UNKNOWN    "org.freedesktop.DBus.Error.UnixProcessIdUnknown"