Skip to content

Commit

Permalink
fix typo: but=>be
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Apr 4, 2024
1 parent 9c2e474 commit addedd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xml/registry.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ Command = element command {
# <require> / <remove> contains features to require or remove in
# this version
# profile - only require/remove when generated profile matches
# etype - can but "enum", "bitfield", "constants" or "OpenCL-C only"
# etype - can be "enum", "bitfield", "constants" or "OpenCL-C only"
# If omited, etype="enum" is assumed
# group - type name, dedicated to a select group of enums
# Only exists for "enum" and "bitfield" etype's
Expand Down Expand Up @@ -485,7 +485,7 @@ Extensions = element extensions {
# In addition, <require> / <remove> tags also support attributes:
# api - only require/remove these features for the matching API.
# Not a regular expression.
# etype - can but "enum", "bitfield", "constants" or "OpenCL-C only"
# etype - can be "enum", "bitfield", "constants" or "OpenCL-C only"
# If omited, etype="enum" is assumed
# group - type name, dedicated to a select group of enums
# Only exists for "enum" and "bitfield" etype's
Expand Down

0 comments on commit addedd8

Please sign in to comment.