Mesa (master): no_extern_c.h: fix typo in comment

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu May 21 14:42:31 UTC 2020


Module: Mesa
Branch: master
Commit: bf97150d45c9642daadedad05039209e28abe4d1
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bf97150d45c9642daadedad05039209e28abe4d1

Author: Eric Engestrom <eric at engestrom.ch>
Date:   Tue Apr  7 15:38:30 2020 +0200

no_extern_c.h: fix typo in comment

Signed-off-by: Eric Engestrom <eric at engestrom.ch>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5145>

---

 include/no_extern_c.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/no_extern_c.h b/include/no_extern_c.h
index f79602c0303..f2f14aafab5 100644
--- a/include/no_extern_c.h
+++ b/include/no_extern_c.h
@@ -27,7 +27,7 @@
 /*
  * Including system's headers inside `extern "C" { ... }` is not safe, as system
  * headers may have C++ code in them, and C++ code inside extern "C"
- * leads to syntatically incorrect code.
+ * leads to syntactically incorrect code.
  *
  * This is because putting code inside extern "C" won't make __cplusplus define
  * go away, that is, the system header being included thinks is free to use C++



More information about the mesa-commit mailing list