Commit cc3135cf authored by Marko Mäkelä's avatar Marko Mäkelä

Fix a typo in a comment

parent 8576a7ba
/***************************************************************************** /*****************************************************************************
Copyright (c) 1995, 2014, Oracle and/or its affiliates. All Rights Reserved. Copyright (c) 1995, 2014, Oracle and/or its affiliates. All Rights Reserved.
Copyright (c) 2018, 2019, MariaDB Corporation. Copyright (c) 2018, 2020, MariaDB Corporation.
This program is free software; you can redistribute it and/or modify it under This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software the terms of the GNU General Public License as published by the Free Software
...@@ -134,7 +134,7 @@ inline void mtr_t::write(const buf_block_t &block, byte *ptr, V val) ...@@ -134,7 +134,7 @@ inline void mtr_t::write(const buf_block_t &block, byte *ptr, V val)
/** Write a byte string to a page. /** Write a byte string to a page.
@param[in,out] b buffer page @param[in,out] b buffer page
@param[in] ofs byte offset from b->frame @param[in] offset byte offset from b->frame
@param[in] str the data to write @param[in] str the data to write
@param[in] len length of the data to write */ @param[in] len length of the data to write */
inline inline
......
...@@ -451,7 +451,7 @@ struct mtr_t { ...@@ -451,7 +451,7 @@ struct mtr_t {
/** Write a byte string to a page. /** Write a byte string to a page.
@param[in,out] b buffer page @param[in,out] b buffer page
@param[in] ofs byte offset from b->frame @param[in] offset byte offset from b->frame
@param[in] str the data to write @param[in] str the data to write
@param[in] len length of the data to write */ @param[in] len length of the data to write */
inline void memcpy(buf_block_t *b, ulint offset, const void *str, ulint len); inline void memcpy(buf_block_t *b, ulint offset, const void *str, ulint len);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment