Skip to content
This repository has been archived by the owner on Jun 29, 2019. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anvouk authored Nov 10, 2018
1 parent 2ea2bb1 commit 40cc63c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ void important_function(void)
/* ... does stuff ... */

if (/* condition */) {
/* An has error occured. Log it and return. */
/* An error has occured. Log it and return. */
CTRACEE("oops! %d - %s", some_number, some_string);
CTRACE_EXIT_FN();
return;
Expand All @@ -47,7 +47,7 @@ void important_function(void)
/* ... does stuff ... */
if (/* condition */) {
/* An has error occured. Log it and return. */
/* An error has occured. Log it and return. */
CWTRACEE(TEXT("oops! %d - %s"), some_number, some_wide_string);
CWTRACE_EXIT_FN();
return;
Expand Down

0 comments on commit 40cc63c

Please sign in to comment.