summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <salle@geopard.(none)>2002-06-29 18:52:24 +0300
committerunknown <salle@geopard.(none)>2002-06-29 18:52:24 +0300
commit7c261bf09128d59195ec67ac4cdf5274ac42e0cd (patch)
treee91daedb2c08c1f640d0f8d8cf20c434861c3191
parent76ca4855590367371f8ec56db5fe089b73935475 (diff)
downloadmariadb-git-7c261bf09128d59195ec67ac4cdf5274ac42e0cd.tar.gz
Small comment typo fix
This is also my first attempt to commit and push include/my_global.h: Small typo BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-rw-r--r--BitKeeper/etc/logging_ok1
-rw-r--r--include/my_global.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok
index 6d26d6294b6..85f42c35327 100644
--- a/BitKeeper/etc/logging_ok
+++ b/BitKeeper/etc/logging_ok
@@ -67,3 +67,4 @@ venu@work.mysql.com
worm@altair.is.lan
zak@balfor.local
zak@linux.local
+salle@geopard.(none)
diff --git a/include/my_global.h b/include/my_global.h
index 6ffe6fe949d..2ad8a870048 100644
--- a/include/my_global.h
+++ b/include/my_global.h
@@ -313,7 +313,7 @@ typedef unsigned short ushort;
#define rint(A) floor((A)+0.5)
#endif
-/* Define som general constants */
+/* Define some general constants */
#ifndef TRUE
#define TRUE (1) /* Logical true */
#define FALSE (0) /* Logical false */