projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge remote-tracking branch 'mvo/bugfix/lp1274466-cache' into debian/sid
[apt.git]
/
apt-pkg
/
contrib
/
mmap.h
diff --git
a/apt-pkg/contrib/mmap.h
b/apt-pkg/contrib/mmap.h
index 6bd4a2d863ca3c118252021c74e0715c5099b068..c1dfedf6da9b6b9d1244ec5c28414e95afc4cff1 100644
(file)
--- a/
apt-pkg/contrib/mmap.h
+++ b/
apt-pkg/contrib/mmap.h
@@
-6,7
+6,7
@@
MMap Class - Provides 'real' mmap or a faked mmap using read().
The purpose of this code is to provide a generic way for clients to
MMap Class - Provides 'real' mmap or a faked mmap using read().
The purpose of this code is to provide a generic way for clients to
- access the mmap function. In enviroments that do not support mmap
+ access the mmap function. In enviro
n
ments that do not support mmap
from file fd's this function will use read and normal allocated
memory.
from file fd's this function will use read and normal allocated
memory.
@@
-15,7
+15,7
@@
The DynamicMMap class is used to help the on-disk data structure
generators. It provides a large allocated workspace and members
The DynamicMMap class is used to help the on-disk data structure
generators. It provides a large allocated workspace and members
- to allocate space from the workspace in an eff
e
cient fashion.
+ to allocate space from the workspace in an eff
i
cient fashion.
This source is placed in the Public Domain, do with it what you will
It was originally written by Jason Gunthorpe.
This source is placed in the Public Domain, do with it what you will
It was originally written by Jason Gunthorpe.