changeset 2578:45ab96eb8daa

Cleanup a comment.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 12 Mar 2022 02:42:25 +0200
parents 04c035342960
children e716a2f18da0
files src/dmperlin.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/dmperlin.c	Sat Mar 12 02:42:16 2022 +0200
+++ b/src/dmperlin.c	Sat Mar 12 02:42:25 2022 +0200
@@ -113,9 +113,9 @@
 }
 
 
-/* Harmonic summing functions - PDB
+/* Harmonic summing function
  * In what follows "alpha" is the weight when the sum is formed.
- * Typically it is 2, As this approaches 1 the function is noisier.
+ * Typically it is 2, as this approaches 1 the function is noisier.
  * "beta" is the harmonic scaling/spacing, typically 2.
  */
 DMFloat dmPerlinNoise2D(const DMPerlinContext *ctx, DMFloat x, DMFloat y, DMFloat alpha, DMFloat beta, int n)