summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2010-01-17 10:09:47 +0800
committerChia-I Wu <olvaffe@gmail.com>2010-01-17 10:10:26 +0800
commitfd8781b055bb6583ffb2300b51583d3a772a0eef (patch)
tree6d2d3dbb880adc1b578970f892510654499c2925
parent3397f1f97fa7a1c8f85eb0eaf3951b34fec74a6f (diff)
Fix typos.
-rw-r--r--DESIGN4
-rw-r--r--st_api.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/DESIGN b/DESIGN
index 15a7c0b..2a922e7 100644
--- a/DESIGN
+++ b/DESIGN
@@ -36,9 +36,9 @@ Issues
functions like eglCreatePbufferFromClientBuffer, which requires a real
locking mechanism, special cases.
-3. Do we want st_context->make_current?
+3. Do we want st_api->make_current?
- UNRESOLVED: olv thinks st_context->make_current should be replaced by
+ UNRESOLVED: olv thinks st_api->make_current should be replaced by
st_manager_api->get_current_context, st_framebuffer->bind_framebuffers, and
st_api->notify_current_context. He thinks the maintenance of "current
context" belongs to the st manager. What a state tracker cares is the
diff --git a/st_api.h b/st_api.h
index f09c716..28097e4 100644
--- a/st_api.h
+++ b/st_api.h
@@ -249,7 +249,7 @@ struct st_context
struct st_framebuffer *fb);
/**
- * Replace the texutre image of a texture object at the specified level.
+ * Replace the texture image of a texture object at the specified level.
*
* This function is optional.
*/