From a3c4e5743480d4b161bf7bd04dc47f2cd21d7507 Mon Sep 17 00:00:00 2001 From: Dom Williams Date: Mon, 4 Dec 2017 13:24:47 +0000 Subject: [PATCH] Fix minor typo (#1109) --- INTEROP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INTEROP.md b/INTEROP.md index 3a1577218ae..1a747ae896c 100644 --- a/INTEROP.md +++ b/INTEROP.md @@ -171,7 +171,7 @@ When using such `klib` in your program the library is linked automatically. All supported C types have corresponding representations in Kotlin: -* Singed, unsigned integral and floating point types are mapped to their +* Signed, unsigned integral and floating point types are mapped to their Kotlin counterpart with the same width. * Pointers and arrays are mapped to `CPointer?`. * Enums can be mapped to either Kotlin enum or integral values, depending on