mirror of
https://github.com/anope/anope.git
synced 2026-07-04 14:53:12 +02:00
Misc grammar fixes.
This commit is contained in:
+1
-1
@@ -308,7 +308,7 @@ void Channel::SetModeInternal(MessageSource &setter, ChannelMode *ocm, const Ano
|
||||
|
||||
if (param.empty() && cm->type != MODE_REGULAR)
|
||||
{
|
||||
Log() << "Channel::SetModeInternal() mode " << cm->mchar << " for " << this->name << " with no paramater, but is a param mode";
|
||||
Log() << "Channel::SetModeInternal() mode " << cm->mchar << " for " << this->name << " with no parameter, but is a param mode";
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
* whereas on POSIX systems, shared objects loaded into an executable share
|
||||
* the executable's heap. This means that if we pass an arbitrary pointer to
|
||||
* a windows DLL which is not allocated in that dll, without some form of
|
||||
* marshalling, we get a page fault. To fix this, these overrided operators
|
||||
* marshalling, we get a page fault. To fix this, these overridden operators
|
||||
* new and delete use the windows HeapAlloc and HeapFree functions to claim
|
||||
* memory from the windows global heap. This makes windows 'act like' POSIX
|
||||
* when it comes to memory usage between dlls and exes.
|
||||
|
||||
Reference in New Issue
Block a user