diff options
Diffstat (limited to 'src/mesa/main/api_loopback.c')
-rw-r--r-- | src/mesa/main/api_loopback.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/api_loopback.c b/src/mesa/main/api_loopback.c index fd6a83e82f..1ad51a6577 100644 --- a/src/mesa/main/api_loopback.c +++ b/src/mesa/main/api_loopback.c @@ -10,7 +10,7 @@ * hence 'loopback'. * * The driver must supply all of the remaining entry points, which are - * listed in vtxfmt.h. The easiest way for a driver to do this is to + * listed in dd.h. The easiest way for a driver to do this is to * install the supplied software t&l module. */ #define DRIVER(x) gl##x |