diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-08-07 12:22:50 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-08-09 15:57:07 +0000 |
commit | 58d5df778a78f969af0d5c33a6ba145d125e4cf1 (patch) | |
tree | 97beff5208d05616059d7e45294f1b178e73b070 /src/ec/google | |
parent | f0a58df78568d8bdffb2daac8c36a220c06e4b6f (diff) | |
download | coreboot-58d5df778a78f969af0d5c33a6ba145d125e4cf1.tar.xz |
src/ec/google/chromeec: Fix typo
Change-Id: Ia05c9c5233319fe74d81c1f1db6ca3c2d875f9e7
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/27915
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/ec/google')
-rw-r--r-- | src/ec/google/chromeec/ec_commands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ec/google/chromeec/ec_commands.h b/src/ec/google/chromeec/ec_commands.h index 2962354f9c..45865bc5ca 100644 --- a/src/ec/google/chromeec/ec_commands.h +++ b/src/ec/google/chromeec/ec_commands.h @@ -426,7 +426,7 @@ * parent structure that the alignment will still be true given the packing of * the parent structure. This is particularly important if the sub-structure * will be passed as a pointer to another function, since that function will - * not know about the misaligment caused by the parent structure's packing. + * not know about the misalignment caused by the parent structure's packing. * * Also be very careful using __packed - particularly when nesting non-packed * structures inside packed ones. In fact, DO NOT use __packed directly; |