treewide: fix typos

This commit is contained in:
Torstein Husebø 2015-09-08 12:23:18 +02:00
parent d60f96798d
commit dc61b7e45d
4 changed files with 4 additions and 4 deletions

View file

@ -69,7 +69,7 @@
units are explicitly configured (for example, listed in units are explicitly configured (for example, listed in
<citerefentry <citerefentry
project='man-pages'><refentrytitle>fstab</refentrytitle><manvolnum>5</manvolnum></citerefentry>), project='man-pages'><refentrytitle>fstab</refentrytitle><manvolnum>5</manvolnum></citerefentry>),
the units this generator creates are overriden, but additional the units this generator creates are overridden, but additional
automatic dependencies might be created.</para> automatic dependencies might be created.</para>
<para>This generator will only look for root partitions on the <para>This generator will only look for root partitions on the

View file

@ -190,7 +190,7 @@ static void dev_kmsg_record(Server *s, const char *p, size_t l) {
for (j = 0; l > 0 && j < N_IOVEC_KERNEL_FIELDS; j++) { for (j = 0; l > 0 && j < N_IOVEC_KERNEL_FIELDS; j++) {
char *m; char *m;
/* Meta data fields attached */ /* Metadata fields attached */
if (*k != ' ') if (*k != ' ')
break; break;

View file

@ -185,7 +185,7 @@ static int export_legacy_dbus_address(
if (asprintf(&s, KERNEL_USER_BUS_ADDRESS_FMT ";" UNIX_USER_BUS_ADDRESS_FMT, uid, runtime) < 0) if (asprintf(&s, KERNEL_USER_BUS_ADDRESS_FMT ";" UNIX_USER_BUS_ADDRESS_FMT, uid, runtime) < 0)
goto error; goto error;
} else { } else {
/* FIXME: We *realy* should move the access() check into the /* FIXME: We *really* should move the access() check into the
* daemons that spawn dbus-daemon, instead of forcing * daemons that spawn dbus-daemon, instead of forcing
* DBUS_SESSION_BUS_ADDRESS= here. */ * DBUS_SESSION_BUS_ADDRESS= here. */

View file

@ -78,7 +78,7 @@ struct DnsPacket {
DnsQuestion *question; DnsQuestion *question;
DnsAnswer *answer; DnsAnswer *answer;
/* Packet reception meta data */ /* Packet reception metadata */
int ifindex; int ifindex;
int family, ipproto; int family, ipproto;
union in_addr_union sender, destination; union in_addr_union sender, destination;