summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/dispatch.rst4
-rw-r--r--docs/repository.rst4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/dispatch.rst b/docs/dispatch.rst
index 6b808597310..ebf6cd615fd 100644
--- a/docs/dispatch.rst
+++ b/docs/dispatch.rst
@@ -51,7 +51,7 @@ of the context current in the thread, and the second pointer stores the
address of the *dispatch table* associated with that context. The
dispatch table stores pointers to functions that actually implement
specific GL functions. Each time a new context is made current in a
-thread, these pointers a updated.
+thread, these pointers are updated.
The implementation of functions such as ``glVertex3fv`` becomes
conceptually simple:
@@ -155,7 +155,7 @@ as the default dispatch method.
3.3. Assembly Language Dispatch Stubs
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-Many platforms has difficulty properly optimizing the tail-call in the
+Many platforms have difficulty properly optimizing the tail-call in the
dispatch stubs. Platforms like x86 that pass parameters on the stack
seem to have even more difficulty optimizing these routines. All of the
dispatch routines are very short, and it is trivial to create optimal
diff --git a/docs/repository.rst b/docs/repository.rst
index 4d32c7a09dd..7151fc3d745 100644
--- a/docs/repository.rst
+++ b/docs/repository.rst
@@ -74,8 +74,8 @@ Useful for people behind strict proxies
You can use `personal access
tokens <https://gitlab.freedesktop.org/profile/personal_access_tokens>`__
-to push over HTTPS if ssh will does not suit your needs. In this case,
-create a token, and put it in the URL as shown here:
+to push over HTTPS if ssh does not suit your needs. In this case, create
+a token, and put it in the URL as shown here:
::