diff --git a/frame/include/bli_obj_macro_defs.h b/frame/include/bli_obj_macro_defs.h index c6d65f84c..d7c098557 100644 --- a/frame/include/bli_obj_macro_defs.h +++ b/frame/include/bli_obj_macro_defs.h @@ -583,8 +583,8 @@ bli_obj_width_stored( obj ) // // NOTE: The following two macros differ from their non-obj counterparts -// in that they do not identify m x 1 and 1 x n objects as column-stored -// and row-stored, respectively, which is needed when considering packed +// in that they do not identify m x 1 and 1 x n objects as row-stored and +// column-stored, respectively, which is needed when considering packed // objects. But this is okay, since none of the invocations of these // "obj" macros are used on packed matrices. //