diff options
| author | Luc Teirlinck | 2005-06-17 16:26:01 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2005-06-17 16:26:01 +0000 |
| commit | b9646a71a5efb455f9626c322f8e32203ba09aa9 (patch) | |
| tree | 2a5f816435c2c15bb1e479f3d0aab243d0f792ae | |
| parent | a80c5da74b6b39eed83e61c5177e740ed4c064a8 (diff) | |
| download | emacs-b9646a71a5efb455f9626c322f8e32203ba09aa9.tar.gz emacs-b9646a71a5efb455f9626c322f8e32203ba09aa9.zip | |
Fix typo.
| -rw-r--r-- | lispref/processes.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/processes.texi b/lispref/processes.texi index 12a0521f86d..5f154c3c0f6 100644 --- a/lispref/processes.texi +++ b/lispref/processes.texi | |||
| @@ -2046,7 +2046,7 @@ direction is also known as @dfn{serializing} or @dfn{packing}. | |||
| 2046 | 2046 | ||
| 2047 | To control unpacking and packing, you write a @dfn{data layout | 2047 | To control unpacking and packing, you write a @dfn{data layout |
| 2048 | specification}, a special nested list describing named and typed | 2048 | specification}, a special nested list describing named and typed |
| 2049 | @dfn{fields}. This specification conrtols length of each field to be | 2049 | @dfn{fields}. This specification controls length of each field to be |
| 2050 | processed, and how to pack or unpack it. | 2050 | processed, and how to pack or unpack it. |
| 2051 | 2051 | ||
| 2052 | @cindex endianness | 2052 | @cindex endianness |