diff options
author | Brian Paul <[email protected]> | 2005-08-08 21:42:51 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-08-08 21:42:51 +0000 |
commit | 7bf08c23fdfe3e8a1dbfc44cad9e7e427f6e2630 (patch) | |
tree | ba90059b3f35f758d434194ff4e22fe39ce0f981 /src/mesa/glapi/gl_x86-64_asm.py | |
parent | 63dffa4e773411997fb0ab026ad9a7360fa7bdbf (diff) |
s/Disaptch/Dispatch/ (bug 3918)
Diffstat (limited to 'src/mesa/glapi/gl_x86-64_asm.py')
-rw-r--r-- | src/mesa/glapi/gl_x86-64_asm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/glapi/gl_x86-64_asm.py b/src/mesa/glapi/gl_x86-64_asm.py index 483072842a0..999af6c844f 100644 --- a/src/mesa/glapi/gl_x86-64_asm.py +++ b/src/mesa/glapi/gl_x86-64_asm.py @@ -142,7 +142,7 @@ class PrintGenericStubs(gl_XML.gl_print_base): print '' print '\t.p2align\t4,,15' print '_x86_64_get_dispatch:' - print '\tmovq\t_glapi_tls_Disaptch@GOTTPOFF(%rip), %rax' + print '\tmovq\t_glapi_tls_Dispatch@GOTTPOFF(%rip), %rax' print '\tmovq\t%fs:(%rax), %rax' print '\tret' print '\t.size\t_x86_64_get_dispatch, .-_x86_64_get_dispatch' |