diff options
author | Brian Paul <brianp@vmware.com> | 2017-06-06 22:01:41 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2017-06-06 22:01:49 -0600 |
commit | a56a327fe491533ee5d14756af87884b8b05fd99 (patch) | |
tree | 6f01df893456aac21c62b2cafc55fbf42e9eeed1 | |
parent | 943b4f9dff77874c1998ca68f78f16db1d175fdf (diff) |
ext_framebuffer_multisample: fix comment typo
Trivial.
-rw-r--r-- | tests/spec/ext_framebuffer_multisample/common.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/spec/ext_framebuffer_multisample/common.cpp b/tests/spec/ext_framebuffer_multisample/common.cpp index b6df91cdf..a9f332af7 100644 --- a/tests/spec/ext_framebuffer_multisample/common.cpp +++ b/tests/spec/ext_framebuffer_multisample/common.cpp @@ -96,7 +96,7 @@ * * Functions also accepts the following flags: * - * - "small": Causes the MSAA image to be renedered in extremely tiny + * - "small": Causes the MSAA image to be rendered in extremely tiny * (16x16) tiles that are then stitched together. This verifies * that MSAA works properly on very small buffers (a critical corner * case on i965). |