|
From: <kin...@us...> - 2023-07-15 14:27:55
|
Revision: 7112
http://sourceforge.net/p/teem/code/7112
Author: kindlmann
Date: 2023-07-15 14:27:54 +0000 (Sat, 15 Jul 2023)
Log Message:
-----------
fixing function name in comment
Modified Paths:
--------------
teem/trunk/src/hest/adders.c
Modified: teem/trunk/src/hest/adders.c
===================================================================
--- teem/trunk/src/hest/adders.c 2023-07-15 14:27:19 UTC (rev 7111)
+++ teem/trunk/src/hest/adders.c 2023-07-15 14:27:54 UTC (rev 7112)
@@ -85,7 +85,7 @@
snake_case ell and tijk libraries). The "hestOptAdd" prefix needs to stay the same (we're
not going to have both hestOptAdd() and hest_opt_add_*() in one library, when other
necessary functions like hestOptFree() are not going to change. So then the question is:
-which is more reader-friendly: hestOptAddNvUInt or hestOpt_Nv_UInt? Obviously the
+which is more reader-friendly: hestOptAddNvUInt or hestOptAdd_Nv_UInt? Obviously the
second, and that matters more that superficial consistency.
*/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|