Eina: Fix doxy typo.
authordevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 4 Apr 2012 16:48:23 +0000 (16:48 +0000)
committerdevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 4 Apr 2012 16:48:23 +0000 (16:48 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@69920 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/include/eina_mmap.h

index d7e3819..8c38ce1 100644 (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