소스 검색

Fixed C-manual error.

shkolnick-kun 4 달 전
부모
커밋
d2bf15f334
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/C-Manual.md

+ 1 - 1
doc/C-Manual.md

@@ -313,7 +313,7 @@ Here is the bit field list:
 
 The execution of the YAFL code is stoped on the first error, so only one error may appear during YAFL function call.
 We think that errors are actually unlikely to happen so every error check in our code is wrapped in `YAFL_UNLIKELY` macro.
-If this macro doesn't mean **never** and if some **printf-like** function oe macro is used in `YAFL_LOG` macro, then you can get something like **stacktrace** in your console og log file if error happens.
+If this macro doesn't mean **never** and if some **printf-like** function oe macro is used in `YAFL_DBG` macro, then you can get something like **stacktrace** in your console og log file if error happens.
 
 On the other hand a single call to some YAFL function may yield many warning bits.
 To disthiguish between warinings and errors `YAFL_ST_ERR_THR` is used, e.g.: