assert(line);
assert(pid >= 0);
- /* Retrieve adn format a commandline. See above for discussion of retrieval options.
+ /* Retrieve and format a commandline. See above for discussion of retrieval options.
*
* There are two main formatting modes:
*
size_t buflen = datagram_size;
if (sd_dhcp_server_is_in_relay_mode(server))
- /* Preallocate the additional size for DHCP Relay Agent Information Option if neeeded */
+ /* Preallocate the additional size for DHCP Relay Agent Information Option if needed */
buflen += relay_agent_information_length(server->agent_circuit_id, server->agent_remote_id) + 2;
message = malloc(buflen);
DISSECT_IMAGE_READ_ONLY = DISSECT_IMAGE_DEVICE_READ_ONLY |
DISSECT_IMAGE_MOUNT_READ_ONLY,
DISSECT_IMAGE_GROWFS = 1 << 18, /* Grow file systems in partitions marked for that to the size of the partitions after mount */
- DISSECT_IMAGE_MOUNT_IDMAPPED = 1 << 19, /* Mount mounts with kernel 5.12-style userns ID mapping, if file sytem type doesn't support uid=/gid= */
+ DISSECT_IMAGE_MOUNT_IDMAPPED = 1 << 19, /* Mount mounts with kernel 5.12-style userns ID mapping, if file system type doesn't support uid=/gid= */
} DissectImageFlags;
struct DissectedImage {