libsystemd: Fix minor typo in comment

This commit is contained in:
Sylvain Plantefève 2014-12-28 12:52:14 +01:00 committed by Martin Pitt
parent 1ddb263d21
commit 1517ab5d18

View file

@ -265,7 +265,7 @@ int bus_error_setfv(sd_bus_error *e, const char *name, const char *format, va_li
return -ENOMEM;
}
/* Of we hit OOM on formatting the pretty message, we ignore
/* If we hit OOM on formatting the pretty message, we ignore
* this, since we at least managed to write the error name */
if (format)
(void) vasprintf((char**) &e->message, format, ap);