mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-09 04:58:06 +02:00
Fix typos in Xrm.c comments
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
aacf95dacc
commit
470e2289a3
1 changed files with 2 additions and 2 deletions
|
|
@ -349,7 +349,7 @@ void XrmSetDatabase(
|
|||
XrmDatabase database)
|
||||
{
|
||||
LockDisplay(display);
|
||||
/* destroy database if set up imlicitely by XGetDefault() */
|
||||
/* destroy database if set up implicitly by XGetDefault() */
|
||||
if (display->db && (display->flags & XlibDisplayDfltRMDB)) {
|
||||
XrmDestroyDatabase(display->db);
|
||||
display->flags &= ~XlibDisplayDfltRMDB;
|
||||
|
|
@ -508,7 +508,7 @@ static XrmDatabase NewDatabase(void)
|
|||
}
|
||||
|
||||
/* move all values from ftable to ttable, and free ftable's buckets.
|
||||
* ttable is quaranteed empty to start with.
|
||||
* ttable is guaranteed empty to start with.
|
||||
*/
|
||||
static void MoveValues(
|
||||
LTable ftable,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue