diff options
Diffstat (limited to 'src/gallium/auxiliary/os/os_stream_str.c')
-rw-r--r-- | src/gallium/auxiliary/os/os_stream_str.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/os/os_stream_str.c b/src/gallium/auxiliary/os/os_stream_str.c index a2884798d6..b5c7270d2a 100644 --- a/src/gallium/auxiliary/os/os_stream_str.c +++ b/src/gallium/auxiliary/os/os_stream_str.c @@ -27,7 +27,7 @@ /** * @file - * Stream implementation based on the Standard C Library. + * Malloc string stream implementation. */ #include "pipe/p_config.h" |