summaryrefslogtreecommitdiffstats
path: root/stringbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'stringbuf.c')
-rwxr-xr-xstringbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stringbuf.c b/stringbuf.c
index 21859509..c737e3fe 100755
--- a/stringbuf.c
+++ b/stringbuf.c
@@ -106,7 +106,7 @@ void rsCStrDestruct(rsCStrObj *pThis)
{
/* rgerhards 2005-10-19: The free of pBuf was contained in conditional compilation.
* The code was only compiled if STRINGBUF_TRIM_ALLOCSIZE was set to 1. I honestly
- * do not know why it was so, I think it was an artefact. Anyhow, I have changed this
+ * do not know why it was so, I think it was an artifact. Anyhow, I have changed this
* now. Should there any issue occur, this comment hopefully will shed some light
* on what happened. I re-verified, and this function has never before been called
* by anyone. So changing it can have no impact for obvious reasons...