Skip to content

Commit 7b88bf0

Browse files
committed
shared: fix typo: dito -> ditto
Follow-up for bc9e5a4 and 3572d3d.
1 parent 7b529bf commit 7b88bf0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/shared/bus-wait-for-units.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ typedef struct BusWaitForUnits BusWaitForUnits;
88

99
typedef enum BusWaitForUnitsState {
1010
BUS_WAIT_SUCCESS, /* Nothing to wait for anymore and nothing failed */
11-
BUS_WAIT_FAILURE, /* dito, but something failed */
11+
BUS_WAIT_FAILURE, /* ditto, but something failed */
1212
BUS_WAIT_RUNNING, /* Still something to wait for */
1313
_BUS_WAIT_FOR_UNITS_STATE_MAX,
1414
_BUS_WAIT_FOR_UNITS_STATE_INVALID = -EINVAL,

src/shared/fstab-util.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ bool fstab_is_extrinsic(const char *mount, const char *opts) {
7474
"/run/initramfs", /* This should stay around from before we boot until after we shutdown */
7575
"/run/nextroot", /* Similar (though might be updated from the host) */
7676
"/proc", /* All of this is API VFS */
77-
"/sys", /* … dito … */
78-
"/dev")) /* … dito … */
77+
"/sys", /* … ditto … */
78+
"/dev")) /* … ditto … */
7979
return true;
8080

8181
/* If this is an initrd mount, and we are not in the initrd, then leave

0 commit comments

Comments
 (0)