diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-08-07 12:20:04 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-08-09 15:56:42 +0000 |
commit | 1ec76447c0fe3dbbe0a8e3d4762294bf3c7a97f8 (patch) | |
tree | 371acaa12e518f16cdef397a18fdc0e5aad74d61 /src/lib/device_tree.c | |
parent | 08fc8fff255c3aa27362655887a5f5bcd786857c (diff) | |
download | coreboot-1ec76447c0fe3dbbe0a8e3d4762294bf3c7a97f8.tar.xz |
src/lib: Fix typo
Change-Id: Ie5bf036a63a254dd95b45a0823086c8079eeafe2
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/27913
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/lib/device_tree.c')
-rw-r--r-- | src/lib/device_tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/device_tree.c b/src/lib/device_tree.c index 00b36fdb4a..a905dbf893 100644 --- a/src/lib/device_tree.c +++ b/src/lib/device_tree.c @@ -751,7 +751,7 @@ uint32_t dt_get_phandle(struct device_tree_node *node) * Write an arbitrary sized big-endian integer into a pointer. * * @param dest Pointer to the DT property data buffer to write. - * @param src The integer to write (in CPU endianess). + * @param src The integer to write (in CPU endianness). * @param length the length of the destination integer in bytes. */ void dt_write_int(u8 *dest, u64 src, size_t length) |