On Tue, Jan 10, 2023 at 04:09:17PM -0700, Vishal Verma wrote: > Fix a typo: s/separted/separated/ > > Cc: Dan Williams <[email protected]> > Signed-off-by: Vishal Verma <[email protected]>
Reviewed-by: Alison Schofield <[email protected]> > --- > cxl/region.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/cxl/region.c b/cxl/region.c > index 89be9b5..efe05aa 100644 > --- a/cxl/region.c > +++ b/cxl/region.c > @@ -103,7 +103,7 @@ static const struct option destroy_options[] = { > > /* > * Convert an array of strings that can be a mixture of single items, a > - * command separted list, or a space separated list, into a flattened > + * command separated list, or a space separated list, into a flattened > * comma-separated string. That single string can then be used as a > * filter argument to cxl_filter_walk(), or an ordering constraint for > * json_object_array_sort() > > -- > 2.39.0
