diff --git a/libfdt/libfdt.h b/libfdt/libfdt.h index 1054512..1bd0242 100644 --- a/libfdt/libfdt.h +++ b/libfdt/libfdt.h @@ -457,8 +457,8 @@ const struct fdt_property *fdt_get_property_by_offset(const void *fdt, * @namelen: number of characters of name to consider * @lenp: pointer to an integer variable (will be overwritten) or NULL * - * Identical to fdt_get_property_namelen(), but only examine the first - * namelen characters of name for matching the property name. + * Identical to fdt_get_property(), but only examine the first namelen + * characters of name for matching the property name. */ const struct fdt_property *fdt_get_property_namelen(const void *fdt, int nodeoffset,