From 7bf08c23fdfe3e8a1dbfc44cad9e7e427f6e2630 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 8 Aug 2005 21:42:51 +0000 Subject: s/Disaptch/Dispatch/ (bug 3918) --- src/mesa/x86-64/glapi_x86-64.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/x86-64') diff --git a/src/mesa/x86-64/glapi_x86-64.S b/src/mesa/x86-64/glapi_x86-64.S index 5694a3b11e..4db79116f7 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 -- cgit v1.2.3