From 1d5d94a1b92fdde6381ea9c5f3d12f2c41d3705d Mon Sep 17 00:00:00 2001
From: Yuri Kunde Schlesner <yuriks@yuriks.net>
Date: Sun, 23 Nov 2014 19:54:04 -0200
Subject: [PATCH] Update CONTRIBUTING.md

---
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0f9b1ad8e6..82b66be75c 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -45,7 +45,7 @@ enum SomeEnum {
 };
 
 /**
- * Very important function that does a lot of stuff.
+ * Very important struct that does a lot of stuff.
  * Note that the asterisks are indented by one space.
  */
 struct Position {