From: Clifford Wolf Date: Thu, 31 Oct 2013 00:15:07 +0000 (+0100) Subject: README file typo fix X-Git-Tag: yosys-0.2.0~428 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f024b19ed9b472ac3c72091c48f0b6e2d268d76a;p=yosys.git README file typo fix --- diff --git a/README b/README index 8fdbf0825..3144d7516 100644 --- a/README +++ b/README @@ -272,7 +272,7 @@ a recent version of gcc: unable to find string literal operator ‘operator"" PRIi64’ This is a bug in the minisat header. It can be fixed by adding spaces before -and after each occurance of PRIi64 in the header file: +and after each occurrence of PRIi64 in the header file: sudo sed -i 's/PRIi64/ & /' /usr/include/minisat/utils/Options.h