Skip to content

Commit

Permalink
spelling: where
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref committed Aug 1, 2022
1 parent 89d7f0b commit d481cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libfdt/libfdt.h
Original file line number Diff line number Diff line change
Expand Up @@ -1461,7 +1461,7 @@ static inline int fdt_property_cell(void *fdt, const char *name, uint32_t val)
* @fdt: pointer to the device tree blob
* @name: name of property to add
* @len: length of property value in bytes
* @valp: returns a pointer to where where the value should be placed
* @valp: returns a pointer to where the value should be placed
*
* returns:
* 0, on success
Expand Down

0 comments on commit d481cd0

Please sign in to comment.