From 8b57f372b78693f061c1142bb545295fc924a879 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sun, 22 May 2011 01:22:36 -0400 Subject: [PATCH] Fixed typo in documentation. --- mojoshader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mojoshader.h b/mojoshader.h index 3913fd95..a0e9f820 100644 --- a/mojoshader.h +++ b/mojoshader.h @@ -38,7 +38,7 @@ int MOJOSHADER_version(void); /* * For determining the revision control changeset of MojoShader you are using: - * const const *compiled_against = MOJOSHADER_CHANGESET; + * const char *compiled_against = MOJOSHADER_CHANGESET; * const char *linked_against = MOJOSHADER_changeset(); * * The version is an arbitrary, null-terminated ASCII string. It is probably