Mesa (master): mesa/tests: Fix trivial typos in src/mapi/glapi tests

Ian Romanick idr at kemper.freedesktop.org
Wed Aug 8 17:08:35 UTC 2012


Module: Mesa
Branch: master
Commit: 5602f0f955f370735d4487003bcfb5eb08a6f946
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5602f0f955f370735d4487003bcfb5eb08a6f946

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Wed Aug  1 14:50:28 2012 -0700

mesa/tests: Fix trivial typos in src/mapi/glapi tests

Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>

---

 src/mapi/glapi/tests/check_table.cpp |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/mapi/glapi/tests/check_table.cpp b/src/mapi/glapi/tests/check_table.cpp
index fa1aeb1..dcd6382 100644
--- a/src/mapi/glapi/tests/check_table.cpp
+++ b/src/mapi/glapi/tests/check_table.cpp
@@ -37,10 +37,10 @@ struct name_offset {
 extern const struct name_offset linux_gl_abi[];
 extern const struct name_offset known_dispatch[];
 
-TEST(GetProcAddress, ABINameByOffset)
+TEST(GetProcAddress, ABIOffsetByName)
 {
    /* 408 functions have had their locations in the dispatch table set since
-    * the danw of time.  Verify that all of these functions are at the correct
+    * the dawn of time.  Verify that all of these functions are at the correct
     * locations.
     */
    for (unsigned i = 0; linux_gl_abi[i].name != NULL; i++) {
@@ -50,10 +50,10 @@ TEST(GetProcAddress, ABINameByOffset)
    }
 }
 
-TEST(GetProcAddress, ABIOffsetByName)
+TEST(GetProcAddress, ABINameByOffset)
 {
    /* 408 functions have had their locations in the dispatch table set since
-    * the danw of time.  Verify that all of these functions are at the correct
+    * the dawn of time.  Verify that all of these functions are at the correct
     * locations.
     */
    for (unsigned i = 0; linux_gl_abi[i].name != NULL; i++) {




More information about the mesa-commit mailing list