diff options
author | Nicolas Kaiser <[email protected]> | 2011-04-10 09:58:50 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-04-10 09:58:53 -0600 |
commit | ae5776c41f12515bb73c07ee2a0aed56cdd1a1ef (patch) | |
tree | 01a61931487b8612b332b6d35275c259de250a02 /docs/MESA_agp_offset.spec | |
parent | 74559abbef5e5bcd3dbe1b8bbb8a39391a8a8671 (diff) |
docs: fix typos in Mesa specs
Signed-off-by: Nicolas Kaiser <[email protected]>
Signed-off-by: Brian Paul <[email protected]>
Diffstat (limited to 'docs/MESA_agp_offset.spec')
-rw-r--r-- | docs/MESA_agp_offset.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/MESA_agp_offset.spec b/docs/MESA_agp_offset.spec index 8dcc72379cd..06e1d902edd 100644 --- a/docs/MESA_agp_offset.spec +++ b/docs/MESA_agp_offset.spec @@ -67,7 +67,7 @@ Additions to Chapter 3 the GLX 1.4 Specification (Functions and Errors) On "PC" computers, AGP memory can be allocated with glXAllocateMemoryNV and freed with glXFreeMemoryNV. Sometimes it's useful to know where a block of AGP memory is located with respect to the start of the AGP - aperature. The function + aperture. The function GLuint glXGetAGPOffsetMESA( const GLvoid *pointer ) |