diff --git a/src/hardware/hw_data.h b/src/hardware/hw_data.h
index 4bb06eb4049cc8b237b0308ed65f58a202ad304b..58e9c1dcdc832d8465fef55bcf7319e72ac2adde 100644
--- a/src/hardware/hw_data.h
+++ b/src/hardware/hw_data.h
@@ -85,7 +85,7 @@ struct GLPatch_s
 	UINT16              lumpnum;     // was flushed, and we need to re-create it
 	GLMipmap_t          mipmap;
 	
-	boolean             notfound; // if the texture file was not found, mark it here (used in model blend texture loading)
+	boolean             notfound; // if the texture file was not found, mark it here (used in model texture loading)
 };
 typedef struct GLPatch_s GLPatch_t;