diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c
index ee299cd3113..7cfcedf780d 100644
--- a/src/mesa/main/context.c
+++ b/src/mesa/main/context.c
@@ -56,16 +56,16 @@
* Selecting the Main page link will display a summary of the module
* (this page).
*
- * Selecting Compound List will list all C structures.
+ * Selecting Data Structures will list all C structures.
*
* Selecting the File List link will list all the source files in
* the module.
* Selecting a filename will show a list of all functions defined in that file.
*
- * Selecting the Compound Members link will display a list of all
+ * Selecting the Data Fields link will display a list of all
* documented structure members.
*
- * Selecting the File Members link will display a list
+ * Selecting the Globals link will display a list
* of all functions, structures, global variables and macros in the module.
*
*/