summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormusvaage <musvaage@outlook.com>2022-12-19 16:54:15 -0600
committerDaniel Black <daniel@mariadb.org>2022-12-20 10:23:42 +1100
commitc21566a78a0fbdd6c1634f82aa9baa61a9c98388 (patch)
treeeead2d58ecc13c249a81b104273302797711296f
parentf97f6955bdaec26774488cf9c7bcefca0cc767d4 (diff)
downloadmariadb-git-c21566a78a0fbdd6c1634f82aa9baa61a9c98388.tar.gz
header typos
-rw-r--r--include/my_compare.h2
-rw-r--r--include/my_rdtsc.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/my_compare.h b/include/my_compare.h
index bd5dc418f8c..2274b666be6 100644
--- a/include/my_compare.h
+++ b/include/my_compare.h
@@ -132,7 +132,7 @@ extern HA_KEYSEG *ha_find_null(HA_KEYSEG *keyseg, const uchar *a);
0=CHECK_NEG - The filter is not satisfied. The engine should discard this
index tuple and continue the scan.
- 1=CHECK_POS - The filter is statisfied. Current index tuple should be
+ 1=CHECK_POS - The filter is satisfied. Current index tuple should be
returned to the SQL layer.
2=CHECK_OUT_OF_RANGE - the index tuple is outside of the range that we're
scanning. (Example: if we're scanning "t.key BETWEEN 10 AND
diff --git a/include/my_rdtsc.h b/include/my_rdtsc.h
index 33d722764d4..e81015166d2 100644
--- a/include/my_rdtsc.h
+++ b/include/my_rdtsc.h
@@ -90,7 +90,7 @@ C_MODE_START
how to ensure that it can be accessed.
On AARCH64, we use the generic timer base register. We override clang
implementation for aarch64 as it access a PMU register which is not
- guarenteed to be active.
+ guaranteed to be active.
Sadly, we have nothing for the Digital Alpha, MIPS, Motorola m68k,
HP PA-RISC or other non-mainstream (or obsolete) processors.