diff --git a/jOOQ/src/main/java/org/jooq/impl/DSL.java b/jOOQ/src/main/java/org/jooq/impl/DSL.java
index 82571cd51e..bfcfca4dbe 100644
--- a/jOOQ/src/main/java/org/jooq/impl/DSL.java
+++ b/jOOQ/src/main/java/org/jooq/impl/DSL.java
@@ -19420,7 +19420,7 @@ public class DSL {
/**
* The LTRIM function.
*
- * Trim characters (whitespace as default) from both sides of a string.
+ * Trim characters (whitespace as default) from the left side of a string.
*
* @param string The string to be trimmed.
* @param characters The characters to be trimmed.
@@ -19434,7 +19434,7 @@ public class DSL {
/**
* The LTRIM function.
*
- * Trim characters (whitespace as default) from both sides of a string.
+ * Trim characters (whitespace as default) from the left side of a string.
*
* @param string The string to be trimmed.
* @param characters The characters to be trimmed.
@@ -19448,7 +19448,7 @@ public class DSL {
/**
* The LTRIM function.
*
- * Trim characters (whitespace as default) from both sides of a string.
+ * Trim characters (whitespace as default) from the left side of a string.
*
* @param string The string to be trimmed.
* @param characters The characters to be trimmed.
@@ -19462,7 +19462,7 @@ public class DSL {
/**
* The LTRIM function.
*
- * Trim characters (whitespace as default) from both sides of a string.
+ * Trim characters (whitespace as default) from the left side of a string.
*
* @param string The string to be trimmed.
* @param characters The characters to be trimmed.
@@ -19476,7 +19476,7 @@ public class DSL {
/**
* The LTRIM function.
*
- * Trim characters (whitespace as default) from both sides of a string.
+ * Trim characters (whitespace as default) from the left side of a string.
*
* @param string The string to be trimmed.
*/
@@ -19489,7 +19489,7 @@ public class DSL {
/**
* The LTRIM function.
*
- * Trim characters (whitespace as default) from both sides of a string.
+ * Trim characters (whitespace as default) from the left side of a string.
*
* @param string The string to be trimmed.
*/
@@ -20188,7 +20188,7 @@ public class DSL {
/**
* The RTRIM function.
*
- * Trim characters (whitespace as default) from both sides of a string.
+ * Trim characters (whitespace as default) from the right side of a string.
*
* @param string The string to be trimmed.
* @param characters The characters to be trimmed.
@@ -20202,7 +20202,7 @@ public class DSL {
/**
* The RTRIM function.
*
- * Trim characters (whitespace as default) from both sides of a string.
+ * Trim characters (whitespace as default) from the right side of a string.
*
* @param string The string to be trimmed.
* @param characters The characters to be trimmed.
@@ -20216,7 +20216,7 @@ public class DSL {
/**
* The RTRIM function.
*
- * Trim characters (whitespace as default) from both sides of a string.
+ * Trim characters (whitespace as default) from the right side of a string.
*
* @param string The string to be trimmed.
* @param characters The characters to be trimmed.
@@ -20230,7 +20230,7 @@ public class DSL {
/**
* The RTRIM function.
*
- * Trim characters (whitespace as default) from both sides of a string.
+ * Trim characters (whitespace as default) from the right side of a string.
*
* @param string The string to be trimmed.
* @param characters The characters to be trimmed.
@@ -20244,7 +20244,7 @@ public class DSL {
/**
* The RTRIM function.
*
- * Trim characters (whitespace as default) from both sides of a string.
+ * Trim characters (whitespace as default) from the right side of a string.
*
* @param string The string to be trimmed.
*/
@@ -20257,7 +20257,7 @@ public class DSL {
/**
* The RTRIM function.
*
- * Trim characters (whitespace as default) from both sides of a string.
+ * Trim characters (whitespace as default) from the right side of a string.
*
* @param string The string to be trimmed.
*/
diff --git a/jOOQ/src/main/java/org/jooq/impl/QOM.java b/jOOQ/src/main/java/org/jooq/impl/QOM.java
index 6da94c91be..01b0b388a6 100644
--- a/jOOQ/src/main/java/org/jooq/impl/QOM.java
+++ b/jOOQ/src/main/java/org/jooq/impl/QOM.java
@@ -4955,7 +4955,7 @@ public final class QOM {
/**
* The LTRIM function.
*
- * Trim characters (whitespace as default) from both sides of a string.
+ * Trim characters (whitespace as default) from the left side of a string.
*/
public /*sealed*/ interface Ltrim
extends
@@ -5323,7 +5323,7 @@ public final class QOM {
/**
* The RTRIM function.
*
- * Trim characters (whitespace as default) from both sides of a string. + * Trim characters (whitespace as default) from the right side of a string. */ public /*sealed*/ interface Rtrim extends