summaryrefslogtreecommitdiff
path: root/src/slope_func.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2010-04-12 14:12:47 +0000
committersmatz <smatz@openttd.org>2010-04-12 14:12:47 +0000
commit0ef33548c20ae9cf73a6e9e850b17137b1453dd3 (patch)
tree90774f16ecabdadb1786b8e79cf2fa7c0ddedb8f /src/slope_func.h
parent24a60b77ece2fabd866d0a6f4e3ecda3f2d52ea2 (diff)
downloadopenttd-0ef33548c20ae9cf73a6e9e850b17137b1453dd3.tar.xz
(svn r19614) -Codechange: "it's" => "its" where appropriate
Diffstat (limited to 'src/slope_func.h')
-rw-r--r--src/slope_func.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slope_func.h b/src/slope_func.h
index c90a84ff6..b6a0a6e9d 100644
--- a/src/slope_func.h
+++ b/src/slope_func.h
@@ -57,7 +57,7 @@ static inline bool IsHalftileSlope(Slope s)
* Non-halftile slopes remain unmodified.
*
* @param s A #Slope.
- * @return The slope s without it's halftile slope.
+ * @return The slope s without its halftile slope.
*/
static inline Slope RemoveHalftileSlope(Slope s)
{