Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstukselbax <stukselbax@gmail.com>2016-03-21 12:20:57 +0300
committerstukselbax <stukselbax@gmail.com>2016-03-21 12:20:57 +0300
commitcbffb5fb282688126b821d0ef6a504a9147a9d9c (patch)
treea75bb0d22eb652c17a386a6c3119589d1bea8c09 /Documentation/coding-guidelines
parent3e123f3c047013005f2cf8c22f18a623806ebd56 (diff)
Update interop-guidelines.md
small typo change
Diffstat (limited to 'Documentation/coding-guidelines')
-rw-r--r--Documentation/coding-guidelines/interop-guidelines.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/coding-guidelines/interop-guidelines.md b/Documentation/coding-guidelines/interop-guidelines.md
index 352bb25b57..161771dc67 100644
--- a/Documentation/coding-guidelines/interop-guidelines.md
+++ b/Documentation/coding-guidelines/interop-guidelines.md
@@ -254,7 +254,7 @@ rather than the underlying integral type.
Often, various UNIX flavors offer the same API from the point-of-view of compatibility
with C/C++ source code, but they do not have the same ABI. e.g. Fields can be laid out
-differently, constants cn have different numeric values, exports can
+differently, constants can have different numeric values, exports can
be named differently, etc. There are not only differences between operating systems
(Mac OS X vs. Ubuntu vs. FreeBSD), but also differences related to the underlying
processor architecture (x64 vs. x86 vs. ARM).