Fix a typo [ci skip]

This commit is contained in:
Kazuhiro NISHIYAMA 2020-08-29 12:30:37 +09:00
parent 45c40f5631
commit c2011d1a51
No known key found for this signature in database
GPG Key ID: 262ED8DBB4222F7A

View File

@ -68,7 +68,7 @@
#endif
#if defined(__SUNPRO_CC)
# /* Oracle Developer Studio 12.5: GCC compatiblity guide says it supports
# /* Oracle Developer Studio 12.5: GCC compatibility guide says it supports
# * statement expressions. But to our knowledge they support the extension
# * only for C and not for C++. Prove me wrong. Am happy to support them if
# * there is a way. */