summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2013-02-14 16:22:00 -0700
committerBrian Paul <[email protected]>2013-02-15 09:25:15 -0700
commit70135e915ab0a426187b2992cc609a948c15bd53 (patch)
tree0285024c8531f99d1aceb09b3af8af3fc66ddc99 /src/gallium/drivers/trace
parent7b836a7d25294dc251aff91e4d6ed02ee6a5a579 (diff)
trace: whitespace, comment clean-ups
Diffstat (limited to 'src/gallium/drivers/trace')
-rw-r--r--src/gallium/drivers/trace/tr_screen.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/gallium/drivers/trace/tr_screen.h b/src/gallium/drivers/trace/tr_screen.h
index b9e0b81b965..385015d63f6 100644
--- a/src/gallium/drivers/trace/tr_screen.h
+++ b/src/gallium/drivers/trace/tr_screen.h
@@ -41,7 +41,7 @@ extern "C" {
/**
* It often happens that new data is written directly to the user buffers
* without mapping/unmapping. This flag marks user buffers, so that their
- * contents can be dumpped before being used by the pipe context.
+ * contents can be dumped before being used by the pipe context.
*/
#define TRACE_FLAG_USER_BUFFER (1 << 31)
@@ -54,14 +54,10 @@ struct trace_screen
};
-/*
- * tr_screen.c
- */
-
-
struct trace_screen *
trace_screen(struct pipe_screen *screen);
+
#ifdef __cplusplus
}
#endif