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/x86-64 | |
parent | 63dffa4e773411997fb0ab026ad9a7360fa7bdbf (diff) |
s/Disaptch/Dispatch/ (bug 3918)
Diffstat (limited to 'src/mesa/x86-64')
-rw-r--r-- | src/mesa/x86-64/glapi_x86-64.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/x86-64/glapi_x86-64.S b/src/mesa/x86-64/glapi_x86-64.S index 5694a3b11e7..4db79116f7a 100644 --- a/src/mesa/x86-64/glapi_x86-64.S +++ b/src/mesa/x86-64/glapi_x86-64.S @@ -50,7 +50,7 @@ _x86_64_get_get_dispatch: .p2align 4,,15 _x86_64_get_dispatch: - movq _glapi_tls_Disaptch@GOTTPOFF(%rip), %rax + movq _glapi_tls_Dispatch@GOTTPOFF(%rip), %rax movq %fs:(%rax), %rax ret .size _x86_64_get_dispatch, .-_x86_64_get_dispatch |