VirtualBox

Changeset 45104 in vbox


Ignore:
Timestamp:
Mar 20, 2013 12:24:18 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
84394
Message:

Corrected the spelling of '@todo' (it's not spelled with three X-es). ;-)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/linux/systemmem-linux.cpp

    r45099 r45104  
    55
    66/*
    7  * Copyright (C) 2012 Oracle Corporation
     7 * Copyright (C) 2012-2013 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    6666    if (rc == 0)
    6767    {
    68         /* XXX Actually this is not quite correct. We would also need to add the cached
    69          *     RAM but this information is not available in sysinfo. */
     68        /** @todo Actually this is not quite correct. We would also need to add the
     69         * cached RAM but this information is not available in sysinfo. */
    7070        *pcb = ((uint64_t)info.freeram + info.bufferram) * info.mem_unit;
    7171        return VINF_SUCCESS;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette