diff options
Diffstat (limited to 'src/slope_func.h')
-rw-r--r-- | src/slope_func.h | 2 |
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) { |