Repository: lucy-clownfish Updated Branches: refs/heads/master 86113b3c9 -> f3d7d809a
Fix comment Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/fd798e0b Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/fd798e0b Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/fd798e0b Branch: refs/heads/master Commit: fd798e0bc94f0214e28acce7db154ed25d82531b Parents: 86113b3 Author: Nick Wellnhofer <[email protected]> Authored: Wed Nov 5 16:55:03 2014 +0100 Committer: Nick Wellnhofer <[email protected]> Committed: Wed Nov 5 16:55:03 2014 +0100 ---------------------------------------------------------------------- compiler/common/charmonizer.c | 2 +- compiler/common/charmonizer.main | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/fd798e0b/compiler/common/charmonizer.c ---------------------------------------------------------------------- diff --git a/compiler/common/charmonizer.c b/compiler/common/charmonizer.c index f346714..3cf9769 100644 --- a/compiler/common/charmonizer.c +++ b/compiler/common/charmonizer.c @@ -7687,7 +7687,7 @@ chaz_VariadicMacros_run(void) { * limitations under the License. */ -/* Source fragment for Lucy's charmonizer.c. +/* Source fragment for the Clownfish compiler's charmonizer.c. */ #include <stdio.h> http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/fd798e0b/compiler/common/charmonizer.main ---------------------------------------------------------------------- diff --git a/compiler/common/charmonizer.main b/compiler/common/charmonizer.main index 8d8ea73..4794e7d 100644 --- a/compiler/common/charmonizer.main +++ b/compiler/common/charmonizer.main @@ -14,7 +14,7 @@ * limitations under the License. */ -/* Source fragment for Lucy's charmonizer.c. +/* Source fragment for the Clownfish compiler's charmonizer.c. */ #include <stdio.h>
