summaryrefslogtreecommitdiff
path: root/src/lib/escape
diff options
context:
space:
mode:
authorBryce Harrington <bryce@osg.samsung.com>2015-03-18 21:37:47 -0400
committerMike Blumenkrantz <zmike@osg.samsung.com>2015-03-18 21:38:33 -0400
commit27920d31c19bfa2b1f2fe9a30f713db709657941 (patch)
tree08f6588b943f6bcac73bec49fc0fdf541de5399a /src/lib/escape
parent5a0588c256f82ceac33927c3f0cb2db183a1debc (diff)
downloadefl-27920d31c19bfa2b1f2fe9a30f713db709657941.tar.gz
Spelling fixes
Summary: emmited ==> emitted resistence ==> resistance occured ==> occurred Reviewers: cedric, zmike, devilhorns Subscribers: cedric Differential Revision: https://phab.enlightenment.org/D2192
Diffstat (limited to 'src/lib/escape')
-rw-r--r--src/lib/escape/sys/mman.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/escape/sys/mman.h b/src/lib/escape/sys/mman.h
index b243c15362..aebbbc98db 100644
--- a/src/lib/escape/sys/mman.h
+++ b/src/lib/escape/sys/mman.h
@@ -97,7 +97,7 @@ extern "C" {
* If the map view of file can not be created, -1 is returned.
* If the mappping can not be done, -1 is returned.
*
- * If no error occured, the starting address of the mapped view
+ * If no error occurred, the starting address of the mapped view
* is returned.
*
* Conformity: None.