From 0c24d1488ab21cc3d7866f5c04a9d49129e2a8cf Mon Sep 17 00:00:00 2001
From: gaurip2 <gaurip2@illinois.edu>
Date: Thu, 14 Apr 2022 15:41:14 -0500
Subject: [PATCH] Fixed one last reference to HeteroC

---
 hpvm/docs/how_to_guides/writing-heteroc-program.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hpvm/docs/how_to_guides/writing-heteroc-program.rst b/hpvm/docs/how_to_guides/writing-heteroc-program.rst
index 043eef961d..d43b990d26 100644
--- a/hpvm/docs/how_to_guides/writing-heteroc-program.rst
+++ b/hpvm/docs/how_to_guides/writing-heteroc-program.rst
@@ -65,7 +65,7 @@ manually outline a particular region of code into its own function to
 utilize the previous ``__hetero__launch`` call. For such cases, we
 introduced an additional launching marker, ``__hetero__launch_begin``
 which enables user’s to simply define the region of code which they want
-to be extracted and the ``HeteroC++`` api will automatically outline the
+to be extracted and the ``Hetero-C++`` api will automatically outline the
 code accordingly and insert the ``__hetero__launch`` call with the
 appropriate arguments.
 
-- 
GitLab