Skip to content

Commit 1c9faef

Browse files
committed
Fix typo
1 parent cfb6b72 commit 1c9faef

File tree

1 file changed

+1
-1
lines changed
  • src/backend/utils/mmgr

1 file changed

+1
-1
lines changed

src/backend/utils/mmgr/dsa.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1701,7 +1701,7 @@ get_segment_by_index(dsa_area *area, dsa_segment_index index)
17011701
*/
17021702
handle = area->control->segment_handles[index];
17031703

1704-
/* It's an erro to try to access an unused slot. */
1704+
/* It's an error to try to access an unused slot. */
17051705
if (handle == DSM_HANDLE_INVALID)
17061706
elog(ERROR,
17071707
"dsa_area could not attach to a segment that has been freed");

0 commit comments

Comments
 (0)