summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-10-14 17:53:00 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-10-14 17:53:00 -0700
commitd8956520deb79c1cbb5e974c175bf8493859b22b (patch)
tree9f42a7b054e11b4ed3d07bcc23ff69ecf16504ad
parent002b36e308a26a152504f9b40aa08a0dce9a7991 (diff)
Fix "nomal" -> "normal" typo in several comments
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--modules/lc/gen/lcGenConv.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/lc/gen/lcGenConv.c b/modules/lc/gen/lcGenConv.c
index 4a3a6fc8..42d63c52 100644
--- a/modules/lc/gen/lcGenConv.c
+++ b/modules/lc/gen/lcGenConv.c
@@ -1869,7 +1869,7 @@ output:
return -1;
}
- /* nomal end */
+ /* normal end */
*from = (XPointer) inbufptr;
*to = (XPointer) outbufptr;
@@ -2168,7 +2168,7 @@ end:
return -1;
}
- /* nomal end */
+ /* normal end */
*from = (XPointer) inbufptr;
*to = (XPointer) outbufptr;
@@ -2222,7 +2222,7 @@ end:
return -1;
}
- /* nomal end */
+ /* normal end */
*from = (XPointer) src;
*from_left = src_left;