diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index ec5d8ac25c0..21f6293bb6c 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -3139,7 +3139,6 @@ - diff --git a/src/mesa/main/tests/enum_strings.cpp b/src/mesa/main/tests/enum_strings.cpp index 48426a4022d..8b920261f8c 100644 --- a/src/mesa/main/tests/enum_strings.cpp +++ b/src/mesa/main/tests/enum_strings.cpp @@ -94,9 +94,7 @@ const struct enum_info everything[] = { /* A bitfield where Mesa uses a different value from Khronos. */ { 0x000fffff, "GL_ALL_ATTRIB_BITS" }, - /* A bitfield in the table where Mesa uses a different name from Khronos, - * and we fail to return its string anyway! - */ + /* A bitfield in the table, where we fail to return its string anyway! */ { (int)0xffffffff, "0xffffffff" }, { 0, NULL }