version: Use not C++ style comments // but C-style comments /* */

Change-Id: I192cf46c00ba01e274cf7ee59a4a2f746b96411b
Signed-off-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-on: https://review.gerrithub.io/431235
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Pawel Wodkowski <pawelx.wodkowski@intel.com>
This commit is contained in:
Shuhei Matsumoto 2018-10-30 09:02:42 +09:00 committed by Ben Walker
parent 5817c68251
commit 8533be15b8

View File

@ -68,7 +68,7 @@
*
* \code
* #if SPDK_VERSION >= SPDK_VERSION_NUM(17, 7, 0)
* // Use feature from SPDK v17.07
* Use feature from SPDK v17.07
* #endif
* \endcode
*/