Commit 2f49f62a authored by Alan Coopersmith's avatar Alan Coopersmith Committed by Ulrich Sibiller

Fix "nomal" -> "normal" typo in several comments

parent 4ef27790
...@@ -1872,7 +1872,7 @@ output: ...@@ -1872,7 +1872,7 @@ output:
return -1; return -1;
} }
/* nomal end */ /* normal end */
*from = (XPointer) inbufptr; *from = (XPointer) inbufptr;
*to = (XPointer) outbufptr; *to = (XPointer) outbufptr;
...@@ -2171,7 +2171,7 @@ end: ...@@ -2171,7 +2171,7 @@ end:
return -1; return -1;
} }
/* nomal end */ /* normal end */
*from = (XPointer) inbufptr; *from = (XPointer) inbufptr;
*to = (XPointer) outbufptr; *to = (XPointer) outbufptr;
...@@ -2225,7 +2225,7 @@ end: ...@@ -2225,7 +2225,7 @@ end:
return -1; return -1;
} }
/* nomal end */ /* normal end */
*from = (XPointer) src; *from = (XPointer) src;
*from_left = src_left; *from_left = src_left;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment