* This would create shared memory, basically.
* @param pointer to store the address of the scoreboard.
* @param name is a key used for debugging and in mod_status output or allow another process to share this space.
- * @param item_size size of each idem
- * @param item_num number of idem to create.
+ * @param item_size size of each item
+ * @param item_num number of item to create.
* @param pool is pool used to create scoreboard
* @return APR_SUCCESS if all went well
*/
* This would attach to shared memory, basically.
* @param pointer to store the address of the scoreboard.
* @param name is a key used for debugging and in mod_status output or allow another process to share this space.
- * @param item_size size of each idem
- * @param item_num max number of idem.
+ * @param item_size size of each item
+ * @param item_num max number of item.
* @param pool is pool to memory allocate.
* @return APR_SUCCESS if all went well
*/