diff options
Diffstat (limited to 'Doc/lib/libmmap.tex')
-rw-r--r-- | Doc/lib/libmmap.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libmmap.tex b/Doc/lib/libmmap.tex index 0334147..d0fbf88 100644 --- a/Doc/lib/libmmap.tex +++ b/Doc/lib/libmmap.tex @@ -35,7 +35,7 @@ mapping. The initial memory values for all three access types are taken from the specified file. Assignment to an \constant{ACCESS_READ} memory map raises a \exception{TypeError} exception. Assignment to an \constant{ACCESS_WRITE} memory map -affects both memory and the underlying file. Assigment to an +affects both memory and the underlying file. Assignment to an \constant{ACCESS_COPY} memory map affects memory but does not update the underlying file. |