From 15558b4085e87e500d8b8694cf9684363cf0d92e Mon Sep 17 00:00:00 2001 From: Hugues Delorme Date: Wed, 15 Jun 2016 18:05:51 +0200 Subject: [PATCH] cmake: fix typo in comment --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b499a6..ccf7c1a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -65,7 +65,7 @@ endif() # Declare variable GMIO_STR2FLOAT_LIB(library for string-to-float conversion) # - std: # C standard library functions(eg strtod()) -# - irrlich_fast_atof: +# - irrlicht_fast_atof: # fast_atof() function of Irrlicht project # - google_doubleconversion: # Google's doubleconversion functions, note that this implies C++