summary refs log tree commit diff
path: root/src/doc/reference.md
diff options
context:
space:
mode:
authorJoseph Crail <jbcrail@gmail.com>2015-01-06 20:53:18 -0500
committerJoseph Crail <jbcrail@gmail.com>2015-01-06 20:53:18 -0500
commite3b7fedc20fcfe54e0ddb285fc6e6c6e862b3279 (patch)
treeca1ece110a6f8dc31f5c30b595687829c08f5e82 /src/doc/reference.md
parentea6f65c5f1a3f84e010d2cef02a0160804e9567a (diff)
downloadrust-e3b7fedc20fcfe54e0ddb285fc6e6c6e862b3279.tar.gz
rust-e3b7fedc20fcfe54e0ddb285fc6e6c6e862b3279.zip
Fix misspelled comments.
I cleaned up comments prior to the 1.0 alpha release.
Diffstat (limited to 'src/doc/reference.md')
-rw-r--r--src/doc/reference.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/reference.md b/src/doc/reference.md
index 0f1f26d3e71..358d20feb06 100644
--- a/src/doc/reference.md
+++ b/src/doc/reference.md
@@ -1219,7 +1219,7 @@ the guarantee that these issues are never caused by safe code.
     (`offset` intrinsic), with
     the exception of one byte past the end which is permitted.
   * Using `std::ptr::copy_nonoverlapping_memory` (`memcpy32`/`memcpy64`
-    instrinsics) on overlapping buffers
+    intrinsics) on overlapping buffers
 * Invalid values in primitive types, even in private fields/locals:
   * Dangling/null references or boxes
   * A value other than `false` (0) or `true` (1) in a `bool`