Skip to content

Commit c21566a

Browse files
musvaagegrooverdan
authored andcommitted
header typos
1 parent f97f695 commit c21566a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/my_compare.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ extern HA_KEYSEG *ha_find_null(HA_KEYSEG *keyseg, const uchar *a);
132132
133133
0=CHECK_NEG - The filter is not satisfied. The engine should discard this
134134
index tuple and continue the scan.
135-
1=CHECK_POS - The filter is statisfied. Current index tuple should be
135+
1=CHECK_POS - The filter is satisfied. Current index tuple should be
136136
returned to the SQL layer.
137137
2=CHECK_OUT_OF_RANGE - the index tuple is outside of the range that we're
138138
scanning. (Example: if we're scanning "t.key BETWEEN 10 AND

include/my_rdtsc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ C_MODE_START
9090
how to ensure that it can be accessed.
9191
On AARCH64, we use the generic timer base register. We override clang
9292
implementation for aarch64 as it access a PMU register which is not
93-
guarenteed to be active.
93+
guaranteed to be active.
9494
9595
Sadly, we have nothing for the Digital Alpha, MIPS, Motorola m68k,
9696
HP PA-RISC or other non-mainstream (or obsolete) processors.

0 commit comments

Comments
 (0)