diff options
Diffstat (limited to 'PureData/Atom.cs')
-rwxr-xr-x | PureData/Atom.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PureData/Atom.cs b/PureData/Atom.cs index 6a29483..6bad0b6 100755 --- a/PureData/Atom.cs +++ b/PureData/Atom.cs @@ -189,7 +189,7 @@ namespace PureData // attention: this is dangerous, because we could do the following // AtomList l2 = l; - // with l also being an AtomList... the two private memebers will get copied, although atoms is only a temporary reference + // with l also being an AtomList... the two private members of the struct will get copied, although atoms is only a temporary reference [StructLayout (LayoutKind.Sequential)] unsafe public struct AtomList |