no_extern_c.h: fix typo in comment
authorEric Engestrom <eric@engestrom.ch>
Tue, 7 Apr 2020 13:38:30 +0000 (15:38 +0200)
committerMarge Bot <eric+marge@anholt.net>
Thu, 21 May 2020 14:23:41 +0000 (14:23 +0000)
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5145>

include/no_extern_c.h

index f79602c0303d62614eae7bf6c7398635092c5d73..f2f14aafab5d3559fa5d7902f9666926447c2d4c 100644 (file)
@@ -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++