From 6f5266d97a79178ecf1f95b91e9f5ac21ab2d80d Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 24 Mar 2009 01:37:22 -0400 Subject: [PATCH] Fixed comment typo. --- mojoshader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mojoshader.h b/mojoshader.h index 2459400d..9e1c1cfa 100644 --- a/mojoshader.h +++ b/mojoshader.h @@ -684,7 +684,7 @@ typedef struct MOJOSHADER_preprocessData * This callback allows an app to handle #include statements for the * preprocessor. When the preprocessor sees an #include, it will call this * function to obtain the contents of the requested file. This is optional; - * the preprocessor will open files directly if no calback is supplied, but + * the preprocessor will open files directly if no callback is supplied, but * this allows an app to retrieve data from something other than the * traditional filesystem (for example, headers packed in a .zip file or * headers generated on-the-fly).