Fix typo 50/281450/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Mon, 19 Sep 2022 06:31:09 +0000 (15:31 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Mon, 19 Sep 2022 06:31:09 +0000 (15:31 +0900)
Change-Id: I9982711e20221a4f5b0b905d0fa55ff3199df3c4
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
scl/scldebug.cpp

index 8bc84991f0dc1a5caa42daa1fbe8dd2a188c886c..3f947f6218e199d16b158e5742aabbfc38ffbc6e 100644 (file)
 
 #ifdef SCL_DEBUG_ON
 
-/* Measure elapased time */
+/* Measure elapsed time */
 static float
 _SCL_DEBUG_ELAPSED_TIME(const char* str, struct timeval t0, struct timeval t1);
 
-/* Measure elapased time */
+/* Measure elapsed time */
 float SCL_DEBUG_TIME(const char* fileStr, int line, const char* str)
 {
     float etime = 0.0;