Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9ffeab5

Browse files
author
Neil Conway
committed
Fix two typos in comments.
1 parent409de6b commit9ffeab5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎src/backend/utils/fmgr/fmgr.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/utils/fmgr/fmgr.c,v 1.83 2004/08/30 02:54:39 momjian Exp $
11+
* $PostgreSQL: pgsql/src/backend/utils/fmgr/fmgr.c,v 1.84 2004/09/13 01:44:46 neilc Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -34,7 +34,7 @@
3434
* %d0. So if a function pointer is declared to return a pointer, the
3535
* compiler may look only into %a0, but if the called function was declared
3636
* to return an integer type, it puts its value only into %d0. So the
37-
* caller doesn'tpink up the correct return value. The solution is to
37+
* caller doesn'tpick up the correct return value. The solution is to
3838
* declare the function pointer to return int, so the compiler picks up the
3939
* return value from %d0. (Functions returning pointers put their value
4040
* *additionally* into %d0 for compatibility.) The price is that there are

‎src/pl/plpgsql/src/scan.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* procedural language
55
*
66
* IDENTIFICATION
7-
* $PostgreSQL: pgsql/src/pl/plpgsql/src/scan.l,v 1.36 2004/07/31 23:04:56 tgl Exp $
7+
* $PostgreSQL: pgsql/src/pl/plpgsql/src/scan.l,v 1.37 2004/09/13 01:45:32 neilc Exp $
88
*
99
* This software is copyrighted by Jan Wieck - Hamburg.
1010
*
@@ -118,7 +118,7 @@ dolqinside[^$]+
118118

119119
/* ----------
120120
* On the first call to a new source report the
121-
*functions type (T_FUNCTION or T_TRIGGER)
121+
*function's type (T_FUNCTION or T_TRIGGER)
122122
* ----------
123123
*/
124124
if (!scanner_typereported)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp