Mistake in the 1.2 reference pages

Not sure if this is the proper place to report this but in the reference pages for the clamp integer function it says:

clamp returns min (min( x, minval), maxval).

Whereas it should say

clamp returns min (max( x, minval), maxval)

[QUOTE=Peccable;30541]Not sure if this is the proper place to report this but in the reference pages for the clamp integer function it says:

Whereas it should say[/QUOTE]

Please post all bugs in our Khronos Bug Tracker: The Khronos Group ยท GitHub

Thanks