Eina: Fix doxy typo.

SVN revision: 69920
This commit is contained in:
Christopher Michael 2012-04-04 16:48:23 +00:00
parent a3cbdde4c0
commit 255d17ce9e
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
* SIGBUS, that replaces the "bad page" with a pzge of 0's (from /dev/zero)
* if a SIGBUS occurs. This allows for safe mmap() of files that may truncate
* or from files on devices with IO errors. Normally these cases will result
* in a SIGBUS being delivered (and termination of yyour process), but
* in a SIGBUS being delivered (and termination of your process), but
* when "mmap safety" is enabled, this will not occur. Instead a page of
* bytes of the value 0 will replace the "bad page", allowing the process
* to continue and allow its own parsing error detection to safely abort