From e3c6cf5d2537599e0cce67ffc490ba06f18c84e8 Mon Sep 17 00:00:00 2001
From: Alexandru Fikl <alexfikl@gmail.com>
Date: Wed, 26 Aug 2020 20:48:40 -0500
Subject: [PATCH] fix typo in comment

---
 grudge/symbolic/primitives.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/grudge/symbolic/primitives.py b/grudge/symbolic/primitives.py
index 8d7d8132..5dab6139 100644
--- a/grudge/symbolic/primitives.py
+++ b/grudge/symbolic/primitives.py
@@ -799,7 +799,7 @@ def mv_normal(dd, ambient_dim, dim=None):
     # "normal plane")
     #
     # The trick done here is that we take the surface normal, move it to the
-    # face and then take a cross product with the face normal to get the
+    # face and then take a cross product with the face tangent to get the
     # correct exterior face normal vector.
     assert dim == ambient_dim - 2
 
-- 
GitLab