diff options
author | Justus Winter <justus@gnupg.org> | 2017-08-14 19:17:18 +0200 |
---|---|---|
committer | Justus Winter <justus@gnupg.org> | 2017-08-14 21:47:20 +0200 |
commit | d2efceefd3ab02fe887b3e0c73e71224a463871c (patch) | |
tree | 94f1662284f7ddfa2b2b36005c575445ecd5119b | |
parent | 0b96b98294901442de8196e21fff7c5fd79750ef (diff) | |
download | gnumach-d2efceefd3ab02fe887b3e0c73e71224a463871c.tar.gz gnumach-d2efceefd3ab02fe887b3e0c73e71224a463871c.tar.bz2 gnumach-d2efceefd3ab02fe887b3e0c73e71224a463871c.zip |
Fix typo.
-rw-r--r-- | vm/vm_map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/vm_map.c b/vm/vm_map.c index 855d7997..ee443e12 100644 --- a/vm/vm_map.c +++ b/vm/vm_map.c @@ -102,7 +102,7 @@ MACRO_END * are now "top level" maps (either task map, kernel map or submap * of the kernel map). * - * Since portions of maps are specified by start/end addreses, + * Since portions of maps are specified by start/end addresses, * which may not align with existing map entries, all * routines merely "clip" entries to these start/end values. * [That is, an entry is split into two, bordering at a |