diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-11-06 14:45:43 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-11-06 15:00:55 +0100 |
commit | 265488414c71235631cd74716f4732afab1a4d5d (patch) | |
tree | b2960eb17b646b88cf0ada66b105d69a6d726fcc /src/fundamental/tpm2-pcr.h | |
parent | man/systemd-stub: rework the description of sections (diff) | |
download | systemd-265488414c71235631cd74716f4732afab1a4d5d.tar.xz systemd-265488414c71235631cd74716f4732afab1a4d5d.zip |
tree-wide: use Device*T*ree spelling
We used both, in fact "Devicetree" was more common. But we have a general rule
that we capitalize all words in names and also we have a DeviceTree=
configuration setting, which we cannot change. If we use two different
spelllings, this will make it harder for people to use the correct one in
config files. So use the "DeviceTree" spelling everywhere.
Diffstat (limited to 'src/fundamental/tpm2-pcr.h')
-rw-r--r-- | src/fundamental/tpm2-pcr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fundamental/tpm2-pcr.h b/src/fundamental/tpm2-pcr.h index f903ec3e3b..d8728bf88e 100644 --- a/src/fundamental/tpm2-pcr.h +++ b/src/fundamental/tpm2-pcr.h @@ -47,7 +47,7 @@ enum { /* The tag used for EV_EVENT_TAG event log records covering the boot loader config */ #define LOADER_CONF_EVENT_TAG_ID UINT32_C(0xf5bc582a) -/* The tag used for EV_EVENT_TAG event log records covering Devicetree blobs */ +/* The tag used for EV_EVENT_TAG event log records covering DeviceTree blobs */ #define DEVICETREE_ADDON_EVENT_TAG_ID UINT32_C(0x6c46f751) /* The tag used for EV_EVENT_TAG event log records covering initrd addons */ |